微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

PHPCMS搜索模板制作教程

搜索结果列表 templates\default\search\list.html 

搜索关键字 {$search_q} 或 {$q} 

搜索结果条数 {$totalnums} 

搜索用时 {sprintf("%01.2f",$execute_time)} 秒

调用搜索结果,官方默认代码

 {if $r['thumb']}
{/if}  
{if $r['posids']}

{$r[description]}

相关推荐