Zend_Application & Boostrap – A hidden secret

From Zend Framework 1.8, the way to use ZF is changed, Zend_Application and Zend_Application_Resource have improved exponentially the way to start up a ZF project. In this short post I don’t want to show you how to use them, but I want to give you a simple hidden secret. If you have already used them [...]

Disable layout and view render

Simple snippet to switch off layout and view render for a specific action or all actions of a specific controller in Zend Framework.