SmashTemplate is a template engine class that allows for you to create a template, add placeholders, then replace the placeholders dynamically with PHP code.
The resulting preprocessed template is evaluated like a normal PHP script to generate the processed output.
This template engine also allows for the use of PHP code inside the templates. This way you can reuse your PHP knowledge to define template logic and so you do not have to learn new template logic tags.
| There are not enough user ratings to display for 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.
| File |
Role |
Description |
index.css |
Data |
Stylesheet for example |
index.php |
Example |
An example of how to use SmashTemplate |
template.php |
Class |
The main class file |
template.tpl |
Data |
Example template file. Should be placed in templates directory. |