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.
Recently changed in this version:
Smarty 3.1.12 and Smarty 2.6.27 have been released. 3.1.12 has minor bug fixes and improvements. Smarty 2 and 3 also received a security fix regarding the escapement of Smarty error messages. ie. an unrealistic but testable case where you call $smarty->display($_GET['id']); and the GET value is passed directly to the error message. To resolve any probable concern, error messages are now escaped.



Comments and ratings for Smarty APP
(72 stars)
by A Google User on 04/11/2012
Good stuff man