Esempio n. 1
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "利用者編集";
     $this->header_file = "users_edit_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new users_edit_mgr();
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "利用者編集履歴-基本情報";
     $this->header_file = "base_history_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new base_history_mgr();
 }
 function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "利用者編集履歴-" . MAIN_SYSTEM_NAME;
     $this->header_file = "ncvc_history_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new ncvc_history_mgr();
 }