예제 #1
0
파일: Place.php 프로젝트: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->_page_size = $this->config->item('page_size', 'default');
 }
예제 #2
0
파일: City.php 프로젝트: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
 }
예제 #3
0
파일: Pay.php 프로젝트: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->load->config('pay');
 }
예제 #4
0
 function __construct()
 {
     parent::__construct();
     $this->load->library('Api_auth');
 }
예제 #5
0
 function __construct()
 {
     parent::__construct();
     $this->load->library('Auth_nuan');
 }