How can i disable layout in zend framwork?
This topics show you, how you can disable layout
to disable layout use this line:
$this->_helper->layout->disableLayout();
This topics show you, how you can disable layout
to disable layout use this line:
$this->_helper->layout->disableLayout();
This topics show you, how you can change a default layout
to change layout use this line:
$this->_helper->layout->setLayout('admin');