예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->ci =& get_instance();
     // $this->user = unserialize(get_logged_user());
 }
예제 #2
0
파일: user_model.php 프로젝트: caina/pando
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->user = unserialize(get_logged_user());
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "snippet";
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->table_name = "company";
     $this->ci =& get_instance();
 }