mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-29 08:11:11 +02:00
Add new Templating section.
This commit is contained in:
27
_posts/08-05-01-Further-Reading.md
Normal file
27
_posts/08-05-01-Further-Reading.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
isChild: true
|
||||
anchor: templating_further_reading
|
||||
---
|
||||
|
||||
## Further Reading {#templating_further_reading_title}
|
||||
|
||||
### Articles & Tutorials
|
||||
|
||||
- [Templating Engines in PHP](http://fabien.potencier.org/article/34/templating-engines-in-php)
|
||||
- [An Introduction to Views & Templating in CodeIgniter](http://code.tutsplus.com/tutorials/an-introduction-to-views-templating-in-codeigniter--net-25648)
|
||||
- [Getting Started With PHP Templating](http://www.smashingmagazine.com/2011/10/17/getting-started-with-php-templating/)
|
||||
- [Roll Your Own Templating System in PHP](http://code.tutsplus.com/tutorials/roll-your-own-templating-system-in-php--net-16596)
|
||||
- [Master Pages](https://laracasts.com/series/laravel-from-scratch/episodes/7)
|
||||
- [Working With Templates in Symfony 2](http://code.tutsplus.com/tutorials/working-with-templates-in-symfony-2--cms-21172)
|
||||
|
||||
### Libraries
|
||||
|
||||
- [Aura.View](https://github.com/auraphp/Aura.View) *(native)*
|
||||
- [Blade](http://laravel.com/docs/templates) *(compiled, framework specific)*
|
||||
- [Dwoo](http://dwoo.org/) *(compiled)*
|
||||
- [Mustache](https://github.com/bobthecow/mustache.php) *(compiled)*
|
||||
- [PHPTAL](http://phptal.org/) *(compiled)*
|
||||
- [Plates](http://platesphp.com/) *(native)*
|
||||
- [Smarty](http://www.smarty.net/) *(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)*
|
Reference in New Issue
Block a user