ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
### 文章与教程 * [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) ### 类库 * [Aura.View](https://github.com/auraphp/Aura.View) (native) * [Blade](http://laravel.com/docs/templates) (compiled, framework specific) * [Dwoo ](http://dwoo.org/)(compiled) * [Latte](https://github.com/nette/latte) (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)