Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->member_lib->adminCheck();
     $this->load->model('liveschedule_model');
     $this->load->model('popupschedule_dt_model');
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->member_lib->adminCheck();
     $this->load->model('cfg_board_model');
     $this->load->model('board_model');
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("news_model");
     $this->load->model("view_model");
     $this->load->model("mypage_model");
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('program_model');
     $this->load->model('member_model');
     $this->load->model('tag_model');
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("content_model");
     $this->load->model("liveschedule_model");
     $this->load->model("popupschedule_model");
 }
Пример #6
0
 public function __construct()
 {
     parent::__construct();
     $this->member_lib->adminCheck();
     $this->load->model('content_model');
     $this->load->model('tag_model');
 }
Пример #7
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('cfg_board_model');
     $this->load->model('board_model');
     $this->load->model('comment_model');
 }
Пример #8
0
 public function __construct()
 {
     parent::__construct();
     $this->member_lib->adminCheck();
     $this->load->model('news_model');
     $this->load->model('news_category_model');
 }
Пример #9
0
 /**
  * 用户登陆
  * @param string $username
  * @param string $password
  * @throws Exception
  */
 public function login($username, $password)
 {
     try {
         if (empty($username)) {
             throw new Exception('请填写用户名');
         }
         if (empty($password)) {
             throw new Exception('请填写密码');
         }
         $username = addslashes($username);
         $password = md5(addslashes($password));
         $mysql = C('mysql');
         if (!($result = $mysql->fetchOne('id', 'user', "name='{$username}' and pass='******'"))) {
             throw new Exception('登陆失败');
         }
         $_SESSION['uid'] = $result['id'];
         $_SESSION['username'] = $username;
         parent::__construct();
         $this->check_permission(__FUNCTION__);
         jump('登陆成功', 'admin.php', true);
     } catch (Exception $e) {
         echo $e->getMessage();
         jump('', 'login.html');
     }
 }
Пример #10
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "ログイン";
     $this->header_file = "index_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new index_mgr();
 }
Пример #11
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "マスタメンテナンス";
     $this->header_file = "msts_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new common_mgr();
 }
Пример #12
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "入退室管理システム登録情報検索";
     $this->header_file = "card_search_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new card_search_mgr();
 }
Пример #13
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "VPN検索";
     $this->header_file = "vpns_search_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new vpns_search_mgr();
 }
Пример #14
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "メールアカウント設定";
     $this->header_file = "init_mail_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new init_mail_mgr();
 }
Пример #15
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "システムエラー";
     $this->header_file = "system_error_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new system_error_mgr();
 }
Пример #16
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "利用者登録";
     $this->header_file = "users_regist_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new users_regist_mgr();
 }
Пример #17
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("content_model");
     $this->load->model("tag_model");
     $this->load->model("program_model");
     $this->load->model("view_model");
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "プリンタドライバ名割り当て";
     $this->header_file = "printer_driver_add_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new printer_driver_add_mgr();
 }
Пример #19
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "メインメニュー";
     $this->header_file = "menu_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new menu_mgr();
 }
Пример #20
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "マイページ";
     $this->header_file = "mypage_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new mypage_mgr();
 }
Пример #21
0
 public function __construct()
 {
     parent::__construct();
     $this->member_lib->adminCheck();
     $this->load->model('mainfocus_model');
     $this->load->model('content_model');
     $this->load->model('program_model');
 }
Пример #22
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "ゲスト登録";
     $this->header_file = "guests_add_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new guests_add_mgr();
 }
Пример #23
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "診療従事管理";
     //$this->header_file = "inout_room_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new common_mgr();
 }
Пример #24
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "ML参加者リスト ";
     $this->header_file = "mlists_members_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new mlists_members_mgr();
 }
Пример #25
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "パスワード初期設定";
     $this->header_file = "init_passwd_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new init_passwd_mgr();
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "仮想環境プリンタ割り付け";
     $this->header_file = "user_printer_add_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new user_printer_add_mgr();
 }
Пример #27
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "準備中";
     $this->header_file = "prepare_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new common_mgr();
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "給与明細データ出力";
     $this->header_file = "salary_data_export_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new salary_data_export_mgr();
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "入退室カード一覧";
     $this->script_dir = "view_h_kyoto";
     $this->header_file = "user_card_issue_list_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new user_card_issue_list_mgr();
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "診療従事登録";
     //$this->header_file = "users_search_head.tpl";
     $this->header_file = "med_work_regist_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new med_work_regist_mgr();
 }