Templating language for PHP
| Smarty - http://www.smarty.net/ Is a php template engine with some presentation framework characteristics. It provides the programmer and template designer with tools to automate tasks commonly dealt with at the presentation layer of an application. Smarty's focus is on quick and easy development and deployment of applications, while maintaining performance, scalability, security and growth. |
| An Introduction to Smarty 3 - http://shameerc.com/2010/10/introduction-to-smarty-3.html This article describes the major changes and improvements in smarty 3 compared to smarty 2. From Shameer's Blog |
| PHP SmartyValidate - http://www.phpinsider.com/php/code/SmartyValidate/ a class/plugin for validating form variables within the Smarty template environment. |
| Intsmarty - http://code.google.com/p/intsmarty/ An extension to the Smarty Templating Library for PHP which allows you to implement multi-lingual web sites. - Last update 2007 (moved?) |
| Smarty Mathmatics - http://www.smarty.net/docs/en/language.function.math.tpl {math} allows the template designer to do math equations in the template. |
| Prefilters/Postfilters - http://www.smarty.net/docs/en/plugins.prefilters.postfilters.tpl Prefilters are used to process the source of the template immediately before compilation. The first parameter to the prefilter function is the template source, possibly modified by some other prefilters. The plugin is supposed to return the modified source. |
| PHP Insider - http://www.phpinsider.com/ Discussion forum and add-ons for the Smarty template engine. Addons include SmartyValidate form validation, SmartyFormtool javascript form tool, SmartyPaginate pagination class, SmartyMenu dropdown menu class, and GoogleMapAPI |