Smarty PHP Template Engine

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation.

The Smarty design was largely driven by these goals:

* clean separation of presentation from application code
* PHP backend, … Read more

Dwoo PHP Template engine

Dwoo is a PHP5 template engine which is (almost) fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features.
Dwoo is was started in early 2008. The idea came from the fact that Smarty, a well known template engine, is getting older … Read more