Beispiel #1
0
 public function init()
 {
     parent::init();
     $this->_helper->layout->disableLayout();
     $this->_response->setHeader('Content-Type', 'text/plain');
     $this->_helper->viewRenderer->setNoRender(true);
     $this->restModel = new Application_Model_RestModel();
 }
Beispiel #2
0
 public function init()
 {
     parent::init();
 }