News Feed
Jobs Feed
Sections




News Archive
Ryan Mauger's Blog:
Using Twig with Zend Framework
May 05, 2011 @ 08:28:18

Ryan Mauger has written up a new post about an integration he's done using the Twig templating engine (from be Symfony community) with his Zend Framework application to make view handling simpler.

Mostly I thought [what Twig offered] were silly things that were not really needed unless you had a team of designers to work with, however, during my exploration, a couple of things occurred to me that I had not considered about templating systems before. One being the enforced separation of concerns they provide; you simply cannot do anything from inside them which you shouldn't be, keeping your presentation very very clean. The second, being that they're not all as terrible as Smarty.

He helps you get Twig installed (via PEAR chnnel) and includes the code for an application resource and the changes you'll need to make to your application.ini to get things working. He uses a base controller setup, so he shows how to introduce a "twig()" method into that to help with rendering. Finally, there's a sample class included that includes two actions, both using this "twig()" method to pas the output data through the twig interpreter and out to the view.

1 comment voice your opinion now!
twig templating tutorial zendframework example pear


blog comments powered by Disqus

Similar Posts

The Bakery: Nine New Tutorials, Helpers and Plugins for CakePHP

NETTUTS.com: How To Use Any Font You Wish with FLIR

Alexey Zakhlestin's Blog: PHP+SCGI part 2: problem with eZComponents

DevShed: Working with Template Classes in PHP 5

NetTuts.com: Relational Databases for Dummies


Community Events











Don't see your event here?
Let us know!


unittest zendframework2 development conference interview language functional release testing community framework introduction database symfony2 rest phpunit series usergroup podcast opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework