コード例 #1
0
ファイル: Controller.php プロジェクト: yang7hua/mall
 function __construct()
 {
     if (isset($_SESSION['admini'])) {
         $this->aid = $_SESSION['admini']['aid'];
     }
     parent::__construct();
 }
コード例 #2
0
ファイル: Controller.php プロジェクト: yang7hua/mall
 function __construct()
 {
     parent::__construct();
 }