I don't think there is such a thing, but I would be interested in
hearing anyone's code practices with regards to mixing HTML and PHP.

I personally keep the <?php and ?> flush to the left (not tabbed in at
all), but with the actual php code inside tabbed to line up with the
surrounding HTML.  Occasionally I have a large number of small values
to insert into HTML, and using 3 lines for any PHP insert is not
practical.  Since I really don't like echo'ing HTML if possible (the
designers in Dreamweaver are completely lost), I end up with a bunch of
inline variable echos, which seem kinda messy.

Maybe I just need better syntax highlighting, so these inline elements
are really obvious.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to