What does Smarty do?
Posted: Fri Oct 14, 2005 6:17 pm
I've tried searching on this, but couldn't really find the answer. What exactly in 1 or 2 sentences does Smarty do?
Thanks....
Thanks....
Thus, it makes czustomizing of Serendipity (via HTML files) easy and you don't have to dig in PHP code to change the layout, and you can stay compatible to our main release using this abstraction.Smarty is a template engine for PHP. More specifically, it facilitates a manageable way to separate application logic and content from its presentation. This is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person.