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.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
app (1 directory) |
frea (1 file, 1 directory) |
index.php |
Example |
sample use |
| File |
Role |
Description |
test (1 file) |
| File |
Role |
Description |
tpl.php |
Example |
Sample template file |