Posted by Jason Barnett on 04/28/05 19:01
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.
Navigation:
[Reply to this message]
|