Quote:
Originally posted by Nathan
If I may ask, what do you use for templates?
|
I have to use Smarty on my current project but it bugs me to use the extra layer when php can do it pretty well itself.
Normally I'd just separate the content from the hardcore code and use plain PHP tags in the content includes ... most designers I've worked with have no problems seeing <?= $whatever ?> instead of }$whatever} (1st brace reversed) or simple loop/logic structures in their layout...
rich