php templates?



While I was surfing I found this might be of interest. It resolves the
preformance and templating issues.

Documentation
http://www.phpinsider.com/php/code/Smarty/docs/

Download
http://www.phpinsider.com/php/code/Smarty/download/

Freshmeat
http://freshmeat.net/projects/smarty/

"Smarty is a template engine for PHP. One of the unique aspects about
Smarty is that it compiles the templates into native php scripts upon
the first execution. After that, it just executes the compiled PHP
scripts. Therefore, there is no costly template file parsing for each
request. It is also extremely extensible with custom functionality you
can add yourself."


Matt





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]