コード例 #1
0
 public function init()
 {
     //MultiLanguageHelper::catchLanguage();
     parent::init();
     $this->layout = $this->module->getCustomLayout('user');
 }
コード例 #2
0
ファイル: Controller.php プロジェクト: rocketyang/huajuan
 public function init()
 {
     parent::init();
     $this->checkAdmin();
 }