Add notes about php tags in HACKING.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-02-13 14:56:15 -05:00
parent fec2720a77
commit 8a54ae0a8c

View file

@ -13,6 +13,10 @@ Please don't add any mode lines. Adjust your editor to display tabs to your
preferred width. Generally code should work with the standard eight column
tabs.
PHP
---
No short open tags. '<?'
Do not end files with a close tag. '?>'
Try embedding as little HTML in the PHP as possible.
Consider creating templates for HTML.