コード例 #1
0
ファイル: Staff.php プロジェクト: sinfocol/gwf3
 public function templateAdvSearch()
 {
     return GWF_FormGDO::getSearchForm($this->module, $this, GDO::table('GWF_Order'), GWF_Session::getUser());
 }
コード例 #2
0
ファイル: Search.php プロジェクト: sinfocol/gwf3
 private function getFormAdv()
 {
     return GWF_FormGDO::getSearchForm($this->module, $this, GDO::table('GWF_Links'), GWF_Session::getUser(), $this->module->lang('ft_search'));
 }