|
Compiling PHP template engine
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.
Site owner: Put the rating form on your site!
Listing wrong or need to be updated? Modify it.
|