Templates: SimpleTPL
Patrick J. Mizer (contact me)
This is a simple class that implements a template engine based on PHP execution.
The templates are PHP scripts with regular PHP constructs inside the.
The template is processed by the class using a require command.
The template parameters are class variables that are assigned by a class function. Template scripts use the template parameters using the $this pseudo-variable.
Click here for detailed information about this class on phpclasses.org