Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->_page_size = $this->config->item('page_size', 'default');
 }
Example #2
0
 function __construct()
 {
     parent::__construct();
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     $this->load->config('pay');
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->load->library('Api_auth');
 }
Example #5
0
 function __construct()
 {
     parent::__construct();
     $this->load->library('Auth_nuan');
 }