A template engine entirely written in PHP.
I wrote it as when I started working on webpages involving lots of 'copy-paste' of ugly automatically generated HTML and Co., I decided that it would be nice to use templates, and the systems I knew at the moment were not powerful enough to do what I wanted.
For the newcomers, a template system enables you to separate the process of writing the HTML design and the process of filling the webpages. ie: the graphics will be done on the one hand by a guy who will use something which will make really ugly code, that the last thing you want to do is to have to study precisely, and on the other hand the people who want to use the beautiful design he made, but without having to look at the ugly code...
I wrote it as when I started working on webpages involving lots of 'copy-paste' of ugly automatically generated HTML and Co., I decided that it would be nice to use templates, and the systems I knew at the moment were not powerful enough to do what I wanted.
For the newcomers, a template system enables you to separate the process of writing the HTML design and the process of filling the webpages. ie: the graphics will be done on the one hand by a guy who will use something which will make really ugly code, that the last thing you want to do is to have to study precisely, and on the other hand the people who want to use the beautiful design he made, but without having to look at the ugly code...