Copyright 2013-2014 All Rights Reserved Theme by Www.AdminBuy.Cn 版权所有
AB模板网(www.adminbuy.cn)专注企业网站模板制作,包括企业pbootcms网站模板,静态网页模板,网站源码下载,HTML网站模板等等。XML地图 网站地图 今日更新
免责声明:本站所有资源(模板、图片)搜集整理于互联网或者网友提供,仅供学习与交流使用,如果不小心侵犯到你的权益,请及时联系我们删除该资源。
1、数据库中有内容而页面提示 未搜索到任何数据
解决方案:
在前半部分添加一个标签 scode=*
代表搜索所有栏目内容
{pboot:search num=12 order=sorting scode=* field='title|content'} {/pboot:search} |
简单搜索代码示例
<form action="{pboot:scaction}" method="get"> 关键字:<input type="text" name="keyword" > <button type="submit">搜索</button> </form> |
多条件搜索代码示例
可以通过隐藏字段,指定搜索的栏目
<form action="{pboot:scaction}" method="get"> 内容:<input type="text" name="content" > 标题:<input type="text" name="title" > 作者:<input type="text" name="author" > <input type="hidden" name="scode" value="2,3" > <button type="submit">搜索</button> </form> |
搜索结果列表
{pboot:search} <a href="search:link">search:title</a> {/pboot:search} |