示例#1
0
文件: records.php 项目: TheHexa1/AMS
 function __construct()
 {
     parent::__construct();
     $this->load->model('assets_model');
     $this->load->model('sphinx_model', 'sphinx');
     $this->load->model('instantiations_model', 'instantiation');
     $this->load->library('pagination');
     $this->load->library('Ajax_pagination');
     $this->load->helper('datatable');
     $this->load->model('refine_modal');
 }
示例#2
0
 /**
  * Constructor
  * 
  * Load the layout, Models and Libraries
  * 
  */
 function __construct()
 {
     parent::__construct();
     $this->load->model('instantiations_model', 'instantiation');
     $this->load->model('manage_asset_model', 'manage_asset');
     $this->load->model('export_csv_job_model', 'csv_job');
     $this->load->model('assets_model');
     $this->load->model('sphinx_model', 'sphinx');
     $this->load->library('pagination');
     $this->load->library('Ajax_pagination');
     $this->load->library('memcached_library');
     $this->load->helper('datatable');
     $this->load->model('refine_modal');
     $this->load->model('cron_model');
     $this->load->model('pbcore_model');
 }