Introduction
I usually use smarty for my web project, but this template engine is too big, do many things I don't need, and is too slow.
So I have start to develop the template engine I need.
QuickStart
TinyTpl syntax is quite simple :
<: templatekey :> allow you to include a template in a template. You must specify the template name using setSubTemplate methode.
$variableKey allow you to include a variable from php. Use method set() to set the variable in PHP.
;;i18nTag allow you to specify a text tag. Content of this tag must be specified in you i18n template.