RainTPL is a PHP template engine, that compile HTML template to PHP, for improve speed.
Quikly: load precompiled template.
Easy: 2 files, 7 tags and 3 methods for design template.
Useful: split graphics by contents, manage theme (ex: acid | blue ).
WYSIWIG: substitute image and css paths with server paths.
copy the files raintpl.class.php and raintplcompiler.class.php in project include directory (ex. includes), you must create a templates directory (ex. themes), include in your php script the raintpl.class.php file.
Rain TPL is compatibile with PHP 4 and PHP 5.