Frameworks & templating PHP

TwitterFacebook
Get flash to fully experience Pearltrees
Symfony - PHP framework

http://net.tutsplus.com/tutorials/php/introduction-to-the-smarty-templating-framework/ Smarty is a PHP-based templating engine/framework. It allows you to further separate your business logic from its visualization, by removing as much PHP code as possible away from your views. Some developers and frameworks prefer not to use a templating engine, others do prefer them to using plain PHP in your views. Both points of view can be argued, and in the end, it’s mostly a matter of taste. Anyway, it’s never a bad idea to try it out before deciding not to use it, and that’s what this tutorial is about: trying out the Smarty Templating Framework. Step 0: What To Expect

Introduction to the Smarty Templating Framework