PHPOOT is a template engine.
Features:
* PHPOOT uses the "var" attribute of an html element in the template to show model data.
* The template for PHPOOT is a XHTML document without special tags as control stracture.
* So, the template can be written using normal html editor.
* The model data for template is Array, which can contain Array, String and instances of class.
* The html template can be compiled into PHP code before display in consideration of speed.
Requirements:
* PEAR
* XML_HTMLSax 2.1.2, or later. |
|