Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     // $this->user = unserialize(get_logged_user());
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->user = unserialize(get_logged_user());
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "snippet";
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "company";
     $this->ci =& get_instance();
 }