コード例 #1
0
ファイル: showtest.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     //$this->load->model('UMS/UMS_model');
     $this->load->model('UMS/m_umtest');
 }
コード例 #2
0
ファイル: showService.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     $this->load->model('UMS/m_umservice');
     $this->load->model('UMS/m_umicon');
 }
コード例 #3
0
ファイル: showReport.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('UMS/m_umlog', '');
     $this->load->model("UMS/m_umuser");
     $this->load->model("UMS/m_umsystem");
 }
コード例 #4
0
ファイル: gear.php プロジェクト: hds-team/HDS
	public function __construct()
	{ 
		parent::__construct();
		$this->load->model('UMS/m_umuser');
		$this->load->model('UMS/m_umusergroup');
		$this->load->model('UMS/m_umsystem');
		$this->load->model('UMS/m_umlog');
	}
コード例 #5
0
ファイル: showworkgroupsystem.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('UMS/m_umgroup');
     $this->load->model('UMS/m_umsystem');
     $this->load->model('UMS/m_umgpermission');
     $this->load->model('UMS/m_ummenu');
 }
コード例 #6
0
ファイル: search.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     $this->load->model('UMS/m_umuser');
     //$this->load->model('UMS/m_umshowprofile');
     $this->load->model('UMS/m_umgroup');
     $this->load->model('UMS/m_umsystem');
 }
コード例 #7
0
ファイル: showWGroup.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     $this->load->model('UMS/m_umwgroup');
     $this->load->model('UMS/m_umsystem');
     $this->load->model('UMS/m_umgroup');
     $this->load->model('UMS/m_umgroupdefault');
 }
コード例 #8
0
ファイル: showQuestion.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     $this->load->model('UMS/m_umquestion');
     //$this->load->model('UMS/m_umsystem');
     //$this->load->model('{UMS/m_umgpermission');
     //$this->load->model('UMS/m_ummenu');
 }
コード例 #9
0
ファイル: configSystem.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     $this->load->model('UMS/m_umsystem');
     $this->load->model('UMS/m_umgroup');
     $this->load->model('UMS/m_umusergroup');
     $this->load->model('UMS/m_umicon');
     $this->load->model('UMS/m_umtemplate');
 }
コード例 #10
0
ファイル: HDS_Controller.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('HDS/m_dynamic');
     $this->load->library('date_time');
     //----- CONFIG
     $this->load->config('hds_config');
     $this->load->config('config');
     $this->hds_part = $this->config->item('sys_name');
     $this->ums_part = $this->config->item('UMS');
 }
コード例 #11
0
ファイル: showsystemworkgroup.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     $this->load->model('UMS/m_umsystem');
     $this->load->model('UMS/m_ummenu');
     $this->load->model('UMS/m_umicon');
     $this->load->model('UMS/m_umtemplate');
     $this->load->model('UMS/m_umgroup');
     $this->load->model('UMS/m_umgroupdefault');
     $this->load->model('UMS/m_umgpermission');
     $this->load->model('UMS/m_umpermission');
 }
コード例 #12
0
ファイル: showUser.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('UMS/m_umuser');
     $this->load->model('UMS/m_umsystem');
     $this->load->model('UMS/m_umpermission');
     $this->load->model('UMS/m_ummenu');
     $this->load->model('UMS/m_umusergroup');
     $this->load->model('UMS/m_umgroup');
     $this->load->model('UMS/m_umwgroup');
     $this->load->model('UMS/m_umquestion');
     $this->load->model('UMS/m_umdepartment');
     $this->load->model('UMS/da_umloggp');
 }
コード例 #13
0
ファイル: showsystemgroup.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('UMS/m_umuser');
     $this->load->model('UMS/m_umsystem');
     $this->load->model('UMS/m_umpermission');
     $this->load->model('UMS/m_ummenu');
     $this->load->model('UMS/m_umusergroup');
     $this->load->model('UMS/m_umgroup');
     $this->load->model('UMS/m_umwgroup');
     $this->load->model('UMS/m_umquestion');
     $this->load->model('UMS/m_umdepartment');
     $this->load->model('UMS/m_umicon');
     $this->load->model('UMS/m_umtemplate');
     $this->load->model('UMS/m_umgroupdefault');
     $this->load->model('UMS/m_umgpermission');
 }
コード例 #14
0
ファイル: department.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     //call parent::__construct() for use $this->load
     parent::__construct();
     $this->load->model('UMS/m_umdepartment');
 }
コード例 #15
0
ファイル: test.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('HDS/m_dynamic');
 }
コード例 #16
0
ファイル: tempIcon.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->helper(array('form', 'url'));
 }
コード例 #17
0
ファイル: showProfile.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('UMS/m_umshowprofile');
     $this->load->model('UMS/m_umuser');
 }
コード例 #18
0
ファイル: user.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
 }
コード例 #19
0
ファイル: showIcon.php プロジェクト: hds-team/HDS
 public function __construct()
 {
     parent::__construct();
     $this->load->model('UMS/m_umicon');
     $this->load->helper(array('form', 'url'));
 }