コード例 #1
0
 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';
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('filecachemodel');
     $this->msgCache = msgCachePath() . 'msgCache.json';
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->database();
     $this->msgCache = msgCachePath() . 'msgCache.json';
 }