コード例 #1
0
ファイル: ServiceCtrl.php プロジェクト: hillstill/soohyaf
 public function init()
 {
     parent::init();
     $render = $this->ini->viewRenderType();
     if ($render === 'html') {
         $this->ini->viewRenderType('json');
     }
 }
コード例 #2
0
ファイル: ManagerCtrl.php プロジェクト: hillstill/soohyaf
 protected function initForUriDefault($subdir = '/manage')
 {
     parent::initForUriDefault($subdir);
 }