讯睿cms,如何设置列表搜索条件?
public function set_where_list($where) {
$this->param['where_list'] = $where;
}
全局后台控制器调用如下:
\Phpcmf\Service::M()->set_where_list($where);
如何追加列表搜索条件?
// 追加列表搜索条件
public function add_where_list($where) {
$this->param['where'][] = $where;
}
全局后台控制器调用如下:
\Phpcmf\Service::M()->add_where_list($where);
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, LeCMS, ClassCMS, Fastadmin, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。