|
|
| Name: |
Tamplate |
| Base name: |
tamplate |
| Description: |
Template engine that replaces variables with text |
| Version: |
0.9 |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
313 users |
| All time rank: |
5619 |
| Week users: |
0 users |
| Week rank: |
2440 |
| |
|
This class implements a template engine that replaces variables with text.
It can read and parse a given template file to replace marks with text values from variable values. The variable values may also be passed as arrays.
The processed template may be returned as a string or displayed as the current script output.
| 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.php |
Example |
An example of the usage of Tamplate |
page.tpl |
Data |
An example of a simple template |
Tamplate |
Class |
The class file |