UI Template
Package:
Summary:
Compile HTML templates into PHP scripts
Groups:
Author:
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.
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.
Comments are closed.