Exemplo n.º 1
0
 public function __construct(Zend_Controller_Request_Abstract $request, Zend_Controller_Response_Abstract $response)
 {
     $this->setRequest($request)->setResponse($response);
     $this->_jsonHelper = Zend_Controller_Action_HelperBroker::getStaticHelper('json');
     $this->_jsonHelper->init();
     $this->_initAcl();
     $this->init();
 }