viernes, 7 de mayo de 2010

PHP: coding style

<?php
$sqlTest = <<< EOSQL

SELECT field1, field2, $this->anotherField
FROM table1 LEFT JOIN table2 USING (fieldId)
WHERE field3 > $this->minLimit
ORDER BY field4 DESC

EOSQL;
?>

http://framework.zend.com/manual/en/coding-standard.coding-style.html

No hay comentarios:

Publicar un comentario