コード例 #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
ファイル: Register.php プロジェクト: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->load->library('Api_auth');
 }
コード例 #5
0
ファイル: Logout.php プロジェクト: lwl1989/paintmore
 function __construct()
 {
     parent::__construct();
     $this->load->library('Auth_nuan');
 }