World First:::
The Template engine can run its own for loops {for i; i < 3; i++, [i]<br />}
This class implements a template engine that replaces variables in files
It can load a template file and process it to extract the list of template variables and replace them by template variable values.
The class supports replacing variables from a given array values,
or taking the values from global variables, including other template files.
The class all so processes a .conf file which any thing in there is load as Template.Key
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
example.conf |
Conf. |
This file is proccessed by the template |
example.php |
Example |
This contains 7 examples of how to load the class |
example.tpl |
Data |
This would be in file location "template/default/" |
template.php |
Class |
The main class |