add Smarty templating

This commit is contained in:
Gabriel Sosa 2014-08-23 00:44:47 -03:00
parent 0cc2ae6407
commit 47eb6d47ef

View File

@ -135,6 +135,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language. * [MtHaml](https://github.com/arnaud-lb/MtHaml) - A PHP implementation of the HAML template language.
* [Plates](http://platesphp.com/) - A native PHP templating library. * [Plates](http://platesphp.com/) - A native PHP templating library.
* [Lex](https://github.com/pyrocms/lex) - A lightweight template parser. * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
* [Smarty](http://www.smarty.net/) - The compiling PHP template engine.
## Static Site Generators ## Static Site Generators
*Tools for pre-processing content to generate web pages.* *Tools for pre-processing content to generate web pages.*