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