示例#1
0
文件: reply.php 项目: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->config('config');
     $this->load->config('hds_config');
     $this->load->model($this->config->item('sys_name') . '/reply/m_reply');
 }
示例#2
0
文件: report.php 项目: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('HDS/report/m_report');
     $this->load->config('hds_config');
     $this->hds_part = $this->config->item('sys_name');
     $this->ums_part = $this->config->item('UMS');
 }
示例#3
0
文件: stats.php 项目: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model($this->hds_part . '/stat_part/m_stat_tor');
     $this->load->model($this->hds_part . '/stat_part/m_stat_chart');
 }
示例#4
0
文件: dev_work.php 项目: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model($this->hds_part . '/dev_work/m_dev_work');
 }
示例#5
0
文件: tor.php 项目: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model($this->hds_part . "/tor/m_tor");
 }
示例#6
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model($this->hds_part . '/screening/m_screening');
     $this->load->model($this->hds_part . '/report/m_report');
 }