Created
March 10, 2017 13:09
-
-
Save Danilovonline/a413cfd4108ebf8f1a05998edffc807b to your computer and use it in GitHub Desktop.
zf2: without layout output
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
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