This class implements a simple template engine based on substitution of certain placeholder marks by the given replacement strings.
It caches the output of a template processed with a given set of parameters by storing the output in a cache file. Once the cache file is generated, the output is retrieved from that file, thus avoiding the overhead of processing the same cache file again.
The class is provided in two versions for PHP 4 and PHP 5 respectively.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (91.7%) |
Good (91.7%) |
- |
Good (83.3%) |
- |
- |
Sufficient (63.3%) |
466 |
| 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.