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



Reply via email to