コード例 #1
0
ファイル: selectcategory.php プロジェクト: googlecastle/mvc
 function __construct()
 {
     parent::__construct();
     $this->isloggin();
 }
コード例 #2
0
ファイル: successmessage.php プロジェクト: googlecastle/mvc
 function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
ファイル: addlibrarian.php プロジェクト: googlecastle/mvc
 function __construct($y = false)
 {
     parent::__construct();
 }