Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->Template = new Template_class();
     $this->Version = new Version();
     $this->verify_tables();
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->get_params();
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     $this->ci->load->model("user_model");
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "module";
     $this->ci =& get_instance();
 }
Пример #6
0
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "snippet";
 }