Skip to content

Instantly share code, notes, and snippets.

@quanganhdo
Created October 5, 2008 12:25
Show Gist options
  • Select an option

  • Save quanganhdo/14878 to your computer and use it in GitHub Desktop.

Select an option

Save quanganhdo/14878 to your computer and use it in GitHub Desktop.
function beforeRender() {
if ($this->RequestHandler->isAjax() || $this->layout == 'ajax' || $this->RequestHandler->isRss()) {
Configure::write('debug', 0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment