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