コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->check_auth();
 }
コード例 #2
0
ファイル: goodsModule.class.php プロジェクト: macall/jsd
 function __construct()
 {
     parent::__construct();
     global_run();
     $this->check_auth();
 }