Cache: Little PHP Templater
Andrey Nikishaev (contact me)
This class implements a template engine that caches the processed template results.
It can check if a previously processed template output file exists and it was not generated more than a given period of time ago.
The class can process the template and update cache file if it did not exist or has expired. Otherwise the class just retrieves the cached output from the cache file.
Click here for detailed information about this class on phpclasses.org