|
|
| Name: |
Simple Template class |
| Base name: |
simple_templateclass |
| Description: |
Template engine based on assigning PHP variables |
| Version: |
1.0 |
| PHP version: |
4.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
446 users |
| All time rank: |
4871 |
| Week users: |
2 users |
| Week rank: |
1632 |
| |
|
This class implements a template engine based on assigning PHP variables.
The template parameter values are assigned to class variables.
The class includes a template file to be executed as a regular PHP script.
The template script file can use the parameter values by accessing the class variables using the $this object.
| 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.
| |
Files |
|
|
| File |
Role |
Description |
show.tpl |
Data |
sample template |