コード例 #1
0
ファイル: MallController.php プロジェクト: noikiy/php
 public function __construct()
 {
     parent::__construct();
     $this->module = 'mall';
     $this->autoLogin();
 }
コード例 #2
0
ファイル: UserController.php プロジェクト: noikiy/php
 public function __construct()
 {
     parent::__construct();
     $this->module = 'user';
 }