I want to use some ajax, but I don\'t know how to use function as the same as setNoRender() in zend framework 2 to disable for render view.
How to disable rendering v
Proper and simple solution to do this
public function testAction() { $data = array( 'result' => true, 'data' => array() ); return $this->getResponse()->setContent(Json::encode($data)); }
Details: http://cmyker.blogspot.com/2012/11/zend-framework-2-ajax-return-json.html