A very easy to use yet powerful and quick template engine. Enables you to
seperate your page layout/design from your code. It can handle simple
variable replacement and table building using two dimensional arrays
and/or MySQL result sets (Meaning that given a single row in the template,
this class can build an entire table of data). Performance is good. Has
support for multiple template files (which can actually improve
performance in some cases).
seperate your page layout/design from your code. It can handle simple
variable replacement and table building using two dimensional arrays
and/or MySQL result sets (Meaning that given a single row in the template,
this class can build an entire table of data). Performance is good. Has
support for multiple template files (which can actually improve
performance in some cases).