This class is a simple template engine based on replacing regular expressions.
It reads template files using the PHP include function to make any PHP in the template file be executed. Then it searches the resulting included file for template placeholders.
It uses regular expressions to match each of the input parameters. The placeholders that are found are replaced by the respective parameter values.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (58.3%) |
Sufficient (75.0%) |
- |
Good (87.5%) |
- |
- |
Not sure (45.4%) |
1549 |
| Month: |
Not yet rated by the users |
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.