Created
January 27, 2012 10:50
-
-
Save paulrichards19/1688255 to your computer and use it in GitHub Desktop.
Disable Layout and Views in Zend Framework from a controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$this->_helper->layout()->disableLayout(); | |
$this->_helper->viewRenderer->setNoRender(true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment