コード例 #1
0
ファイル: RestController.php プロジェクト: andreyyec/webSM
 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();
 }
コード例 #2
0
ファイル: IndexController.php プロジェクト: andreyyec/webSM
 public function init()
 {
     parent::init();
 }