Templates: Simple Template Parser
Horst Brack (contact me)
This class implements a template engine that supports conditional and iterated template sections.
It can:
- Combine several templates to produce the output
- Display the processed template as the current script output or write it to a file
- Iterate over a section using loops
- Evaluate conditional sections that may be nested
- Output multiple columns per row in a table loop
- Change color parameters in a loop
Click here for detailed information about this class on phpclasses.org