//addons/cms/controller/Channel.php 128左右,然后下面两个查询加上 ->where($w);
$word=$this->request->get("w");
$w=[];
if(!empty($word)){
$w["a.title"]=["like","%{$word}%"];
}
快捷键:fastadmin_cms_列表搜索
源:
sublime_text格式
<snippet>
<content><![CDATA[
//addons/cms/controller/Channel.php 128左右,然后下面两个查询加上 ->where(\$w);
\$word=\$this->request->get("w");
\$w=[];
if(!empty(\$word)){
\$w["a.title"]=["like","%{\$word}%"];
}
]]></content>
<tabTrigger>fastadmin_cms_列表搜索(fastadmin 列表页添加搜索功能)</tabTrigger>
<scope></scope>
</snippet>
发表评论 取消回复