UI Template

Package:
UI Template
Summary:
Compile HTML templates into PHP scripts
Groups:
PHP 5, Templates
Author:
deirathe
Description:
This package can be used to Compile HTML templates into PHP scripts.

It can parse an HTML template file to build a DOM like structure.

The code builder traverses the parsed template structure and generates a PHP script that is executed to process the template.

It supports custom tags that implement conditional sections, iterate over loops, include other template files, etc..

The compiled template scripts are stored in a cache directory to avoid recompilation overhead.


Powered by Gewgley