Tuesday, August 30, 2011

Zend framework – disable layout

Sometimes we need to disable layout in some actions. We can achieve this inside controller action, by getting helper layout and disabling it.

$this->_helper->layout->disableLayout();

No comments:

Post a Comment