This class implements a template engine with tags defined by another class.
It can parse a template and extract the names of tag functions defined within tags delimiter characters.
The parser class calls a separate handler class with functions with the same of of the template tags to return the processed tag output.
The template parser class returns the processed template as a string.
The tag delimiter characters can be customized.
| 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 |
|
|