This package implements a template engine that can be extended with plug-in classes.
The template engine uses string searching and replacement, instead of regular expressions, to find and process template placeholder marks.
It supports processing conditional sections and loop section iteration.
This package comes with a simple content management system (CMS) to demonstrate the template engine capabilities.
The class is based on the bTemplate template engine by Brian Lozier. It fixes some bugs and adds a few more features like: support for if statements in loops and plug-in support.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| x64 Feeds Generator |
Required |
It is used to parse the templates |
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 |
| bTemplate |
x64Template is based on this class |