
FireTemplate :
- Category : Sources
- Status : In Progress
- Type : Reflectiv Projects
- Licence : GNU/GPLv3
Description :
FireTemplate is a new kind of template engine written in PHP5
While the standard template engines uses assignments or blocs to fill a template, FireTemplate is based on the CSS notation to find one or more items in an HTML/XML template, and replace or fill the finded items by the value indicated.
This new technique reconcile developpers and designers in the way that they use the same technique to fill the values as to design these values.
Moreover, this technique doesn't require to learn a new template language to work with, all you need to know is you css basis :)
