Ben Ramsey's Blog: Zend Framework View Notes
In a new entry today, Ben Ramsey, how's been working with the Zend Framework for a bit now, shares an interesting bit of information about how to use Views a little bit differently. Most notably, I've...
View ArticleDaniel Cousineau's Blog: Zend Framework Module Init Script (Controller Plugin)
Daniel Cousineau has a new blog post showing off a plugin he's made for Zend Framework applications that allows you to run a script before each controller. Recently at work I had the need to run a...
View ArticleCal Evans' Blog: Quickie Zend Framework Bootstrap Note
Cal Evans has posted a Zend Framework quickie for working with the bootstrap in your application. I've been teaching a Zend Framework class this week and my students have been throwing all kinds of...
View ArticleMatthew Weier O'Phinney: ZF2's New Controller::init()
In his latest post Matthew Weier O'Phinney introduces you to the new init() method in the Zend Framework 2 controllers and how it differs from the one in version 1. In Zend Framework 1, controller's...
View Article