Smarty is a template engine for PHP. Other template engines provide basic variable substitution and dynamic block functionality. Smarty goes beyond by adding features such as template functions, modifiers, built-in caching, and making all of this both easy to use and powerful at the same time. Smarty also compiles the templates into PHP scripts, eliminating the need to parse the templates on every request. This makes Smarty extremely scalable and manageable for almost any kind of application.
Price: Free - Added: 2002-11-13 - Hits: 378