Home     PHP / Javascript / Ajax
PHP AbsTemplate Script

PHP Script Codes > development-tools

AbsTemplate Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 231

PHP Script Codes > AbsTemplate
The AbsTemplate is an extremely simple and lightweight template engine written in PHP.
It consists only of one file, the base class.

By using the AbsTemplate template engine you can:

* set your own custom delimiters for variables to use inside template files,
* use any type of templates you want, that is, the template files can have any extension you want(be it .php, .inc, .tpl, etc...),
* display multiple templates per page,
* cache templates,
* chose to assign the content of a template to a variable and, when appropriate, you can just display its content.