Templates: XtremeTemplate
shahnur (contact me)
This class implements a template engine that uses PHP scripts as templates.
It can assign multiple template variables that are assigned as local variables before processing the template scripts.
The class includes the template script that is executed with the template variables already assigned.
The template script output is captured into the PHP output buffer to be returned as a template processing result string.
Click here for detailed information about this class on phpclasses.org