예제 #1
0
 public function __construct()
 {
     parent::__construct();
     if (!$this->input->is_ajax_request()) {
         parent::finish(false, $this->not_ajax_get_error, time());
     }
     $this->load->model("Column_model");
 }
예제 #2
0
파일: Index.php 프로젝트: Tocurd/pcyisheng
 public function __construct()
 {
     parent::__construct();
     $this->init = parent::init();
 }
예제 #3
0
 function __construct()
 {
     parent::__construct();
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("Article_model");
 }