Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->CI->load->model('Chats_model');
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->CI->load->model('Chats_model');
     $this->_dir = SITE_VIRTUAL_PATH . $this->CI->Chats_model->path . $this->get_gid() . '/';
 }