Templates: Hyena Template Engine
S Lake (contact me)
This class is a template engine that compiles templates into PHP scripts.
It loads template files and replaces the marks by PHP code defined in a separate script.
The compiled template is stored in a PHP script file of a given directory to avoid the overhead of recompiling template files that have not changed. The compiled PHP script can be included directly next time the same template file is loaded.
Click here for detailed information about this class on phpclasses.org