function __construct($request)
 {
     parent::__construct($request);
     $this->page_title = "機器検索";
     $this->header_file = "apps_search_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new apps_search_mgr();
 }
Example #2
0
 function __construct($request)
 {
     parent::__construct($request);
     $this->req_only = true;
     $this->page_title = "機器承認待ち一覧";
     $this->header_file = "apps_req_head.tpl";
     // 基本処理オブジェクト生成
     $this->oMgr = new apps_req_mgr();
 }