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
|
|
| Name: |
Simple Template Parser |
| Base name: |
stp |
| Description: |
Template engine supporting conditions and loops |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1096 users |
| All time rank: |
2986 |
| Week users: |
2 users |
| Week rank: |
1363  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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.
| Link |
Description |
| STP at script.gr |
The source for STP and various examples to get started |
| |
Files |
|
|
| File |
Role |
Description |
stp.php |
Class |
The STP class file |