Created
April 27, 2012 14:02
-
-
Save emersonbroga/2509530 to your computer and use it in GitHub Desktop.
Emerson Carvalho.com >> Zend Framework Controller Action Helpers (snippet 3)
This file contains 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
<?php | |
public function indexAction(){ | |
$this->_helper->viewRenderer->setNoRender(true); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment