PHP 5: KeeVee Template
Piotr Biernat (contact me)
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.
Click here for detailed information about this class on phpclasses.org