I am struggling with disabling view in ZF2 $this->_helper->viewRenderer->setNoRender(); or (true) with no luck as it always says there
$this->_helper->viewRenderer->setNoRender(); or (true)
Just return '' in the Method and it will not autoload the View template
public function goAction() { return ''; }