{:ad(2)}
搜索 ‘{:get('ks','全部')}’ 相关的内容
-
{php}
$mx=Db(get('m','article'))
->order('id desc')->where('time<'.time().'')
->where('open',1)->where('title|content|keywords','like','%'.input('ks').'%')
->paginate(10, false, $config = ['query' => array('m' => get('m','article'),'ks' => input('ks'))]);
{/php}
{volist name="$mx" id="vo" empty="
- {/volist}
无数据