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