Skip to content

Instantly share code, notes, and snippets.

@Danilovonline
Created March 10, 2017 13:09
Show Gist options
  • Save Danilovonline/a413cfd4108ebf8f1a05998edffc807b to your computer and use it in GitHub Desktop.
Save Danilovonline/a413cfd4108ebf8f1a05998edffc807b to your computer and use it in GitHub Desktop.
zf2: without layout output
public function indexAction() {
//...
$view = new ViewModel(array(
//...
));
$view->setTerminal(true);
return $view;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment