RainTPL is an easy PHP template engine which loads HTML templates. Templates are HTML files with few additionals tags. RainTPL precompile the template to PHP to improve the speed.
By default RainTPL use the following directory structure:
- inc
-
- rain.tpl.class.php
- tpl (template directory)
-
- template.html
- ...
-
- css
-
- style.css
-
- image
-
- logo.jpg
- tmp (cache directory)
