diff options
Diffstat (limited to 'www/smarty/pkg-descr')
-rw-r--r-- | www/smarty/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/smarty/pkg-descr b/www/smarty/pkg-descr new file mode 100644 index 000000000000..fa3539b3df61 --- /dev/null +++ b/www/smarty/pkg-descr @@ -0,0 +1,13 @@ +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 scripts, eliminating the need to parse the +templates on every invocation. This makes Smarty extremely scalable and +managable for large application needs. + +WWW: http://www.phpinsider.com/php/code/Smarty/ + +- Simon 'corecode' Schubert |