Skip to content

Instantly share code, notes, and snippets.

@paulrichards19
Created January 27, 2012 10:50
Show Gist options
  • Save paulrichards19/1688255 to your computer and use it in GitHub Desktop.
Save paulrichards19/1688255 to your computer and use it in GitHub Desktop.
Disable Layout and Views in Zend Framework from a controller
<?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