RainTPL
Package:
Summary:
HTML template engine caches compiled results
Groups:
Author:
Description:
This package implements an HTML template engine caches compiled results.
There is a template loader class that checks whether a given template was previously compiled.
Another class is responsible for compiling a template it it was not yet processed. The results are stored as PHP scripts in a given template cache directory.
It supports variable replacement with configurable delimiters, conditional sections, sections to be ignored or not parsed and loops.
There is a template loader class that checks whether a given template was previously compiled.
Another class is responsible for compiling a template it it was not yet processed. The results are stored as PHP scripts in a given template cache directory.
It supports variable replacement with configurable delimiters, conditional sections, sections to be ignored or not parsed and loops.
Comments are closed.