Skip to content

Instantly share code, notes, and snippets.

@kitek
Last active January 3, 2016 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitek/1423718 to your computer and use it in GitHub Desktop.
Save kitek/1423718 to your computer and use it in GitHub Desktop.
ZF disable: view + layout
<?
$this->_helper->layout->disableLayout();
$this->_helper->viewRenderer->setNoRender();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment