mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-15 02:04:26 +02:00
Merge pull request #415 from matej21/latte
Templating: added latte link
This commit is contained in:
@@ -19,9 +19,10 @@ anchor: templating_further_reading
|
|||||||
- [Aura.View](https://github.com/auraphp/Aura.View) *(native)*
|
- [Aura.View](https://github.com/auraphp/Aura.View) *(native)*
|
||||||
- [Blade](http://laravel.com/docs/templates) *(compiled, framework specific)*
|
- [Blade](http://laravel.com/docs/templates) *(compiled, framework specific)*
|
||||||
- [Dwoo](http://dwoo.org/) *(compiled)*
|
- [Dwoo](http://dwoo.org/) *(compiled)*
|
||||||
|
- [Latte](https://github.com/nette/latte) *(compiled)*
|
||||||
- [Mustache](https://github.com/bobthecow/mustache.php) *(compiled)*
|
- [Mustache](https://github.com/bobthecow/mustache.php) *(compiled)*
|
||||||
- [PHPTAL](http://phptal.org/) *(compiled)*
|
- [PHPTAL](http://phptal.org/) *(compiled)*
|
||||||
- [Plates](http://platesphp.com/) *(native)*
|
- [Plates](http://platesphp.com/) *(native)*
|
||||||
- [Smarty](http://www.smarty.net/) *(compiled)*
|
- [Smarty](http://www.smarty.net/) *(compiled)*
|
||||||
- [Twig](http://twig.sensiolabs.org/) *(compiled)*
|
- [Twig](http://twig.sensiolabs.org/) *(compiled)*
|
||||||
- [Zend\View](http://framework.zend.com/manual/2.3/en/modules/zend.view.quick-start.html) *(native, framework specific)*
|
- [Zend\View](http://framework.zend.com/manual/2.3/en/modules/zend.view.quick-start.html) *(native, framework specific)*
|
||||||
|
Reference in New Issue
Block a user