cancel
Showing results for 
Search instead for 
Did you mean: 

3 PHP Template Engine Project Sharing

Former Member
0 Kudos

Three [PHP Template Engine |http://www.phpkode.com/projects/category/php-template-engine/]Project Recommended:

Smarty is a PHP template engine.Smarty is best described in a situation where the application programmer and the template designer play different roles, or in most cases are not the same person.Smarty is primarily promoted as a tool for separation of concerns. More specifically, it facilitates a manageable way to separate application logic and content from its presentation.

RainTPL, now part of Rain Framework, is an open source PHP template engine that compile HTML template in PHP to improve the speed. Divide the works of graphics by the works of programmers by splitting statics code (HTML) from dynamic code (PHP

).

Dwoo is a PHP template engine. It features fully compatible with Smarty templates and plugins, but is written from scratch for PHP5. Template inheritance, a fresh look at complex template structures. Sub-template declaration within templates to allow recursive templates.

Any one suggest more better php template engine?

Tks!

Best regards!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

http://phpsavant.com/

is pretty cool