Smarty PHP template engine 1.4.5 by Monte Ohrt (http://freshmeat.net/users/mohrt/) Friday, September 21st 2001 16:50 About: Smarty is a template engine for PHP. Many other template engines for PHP provide basic variable substitution and dynamic block functionality. Smarty takes a step further to be a "smart" template engine, adding features such as configuration files, template functions, and variable modifiers, and making all of this functionality as easy as possible to use for both programmers and template designers. Smarty also converts the templates into PHP _script_s, eliminating the need to parse the templates on every invocation. This makes Smarty extremely scalable and managable for large application needs. Changes: Bugfixes and minor improvements, and a new compile ID for separate compiled versions of the same _script_. The directory format and filename convention for the files in templates_c has changed, so you may want to remove all of the existing ones before you upgrade. Release focus: Minor feature enhancements License: GNU Lesser General Public License (LGPL) Project URL:
http://freshmeat.net/projects/smarty/ Homepage:
http://freshmeat.net/redir/smarty/9688/url_homepage/ Tar/GZ:
http://freshmeat.net/redir/smarty/9688/url_tgz/ Changelog:
http://freshmeat.net/redir/smarty/9688/url_changelog/ Mailing list archive:
http://freshmeat.net/redir/smarty/9688/url_list/