Hi,
I dont mind seeing php and html together, but designer generally hate it, so I would want to seperate php code from html as much as possible.
clive
Jason Barnett wrote:
Clive Zagno wrote:
Hi all,
What templating engines do you use with php and why?
Ive been using smarty (http://smarty.php.net)
Clive.
PHP itself is a templating engine, i.e. it can be used to filter input and format it into output. But Smarty is nice if you want your people to be able to create a template without giving them all of the additional PHP coding abilities.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php