- Table of Contents
- Introduction --
A simple, fast and powerful template engine.
The template engine is a compiling engine, all templates are compiled into PHP-files.
This will make the delivery of the files faster on the next request, since the template
doesn't need to be compiled again. If the template changes it will be recompiled.
There is no new template language to learn. Beside the default mode, there is a set of constructs
since version 1.6 which allow you to edit your templates with WYSIWYG editors