/ Published in: PHP
Use this to disable view and layout in Zend Framework controller action
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$this->_helper->layout()->disableLayout(); $this->_helper->viewRenderer->setNoRender(true);