public function __construct()
 {
     parent::__construct();
     $this->load->model('classifiedm');
     $this->load->model('filecachemodel');
     $this->user_session = $this->session->userdata('user_session');
     $this->msgCache = msgCachePath() . 'msgCache.json';
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->model('filecachemodel');
     $this->msgCache = msgCachePath() . 'msgCache.json';
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->msgCache = msgCachePath() . 'msgCache.json';
 }