This class implements a template engine that uses regular expressions to parse and process template place holder parameters.
It supports:
- Loops within template blocks iterating over multiple values of a template parameter
- Conditional template blocks
- Transform template parameters using template functions with the same names of built-in PHP functions
- Assigning parameter variables within the templates
- Displaying sets of data split in multiple pages
- Plug-ins to apply custom transformation functions
- Caching processed templates