コード例 #1
0
 function Base_ConfigureSystem()
 {
     parent::__construct();
 }
コード例 #2
0
ファイル: Comment.model.php プロジェクト: ngukho/mvc-cms
 function Base_Comment($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
コード例 #3
0
 function Base_ConfigureModule()
 {
     parent::__construct();
 }
コード例 #4
0
ファイル: Language.model.php プロジェクト: ngukho/mvc-cms
 function Base_Language($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
コード例 #5
0
ファイル: Category.model.php プロジェクト: ngukho/mvc-cms
 function Base_Category($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }