示例#1
0
 function Base_ConfigureSystem()
 {
     parent::__construct();
 }
示例#2
0
 function Base_Comment($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
示例#3
0
 function Base_ConfigureModule()
 {
     parent::__construct();
 }
示例#4
0
 function Base_Language($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }
示例#5
0
 function Base_Category($configure_mod)
 {
     parent::__construct();
     $this->configure_mod = $configure_mod;
 }