示例#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'));
 }