Home  >  Article  >  php教程  >  destoon实现调用热门关键字的方法

destoon实现调用热门关键字的方法

WBOY
WBOYOriginal
2016-06-06 20:20:121689browse

这篇文章主要介绍了destoon实现调用热门关键字的方法,对于进行模板开发来说非常有用,需要的朋友可以参考下

本文所述的destoon调用热门关键字的方法是根据数据库里面的保存的搜索的关键字来显示的。
每个模块下面都有各自的关键字
下面是调用的标签:

注意:此处的pagesize=9是调用的关键字的显示的条数,,你可以根据自己的需要自行修改
template=index-keyword 模板是名为index-keyword.htm的文件
 
index-keyword.html里面的内容为:

{loop $tags $t} {php $lian=$t[moduleid]}

  • {$t[keyword]}
  • {/loop}

     

    最终效果为:

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn