首页 > 教程 > 前端技术 > 标签调用

destoon列表或内容页调用收藏数量的方法

发布:2016-09-14 作者:DT模板 浏览:56 次 评论:0
核心提示:在api/extend.func.php 中加入以下函数//收藏function favorite($title){    global $db;    $r = $db-get(selec count(itemid) as num from {$db-pre}favorite wher title='$title');    return $r['num'];}列表调用标签{favorite($t[title])}内容页调用标签{favorite($title)}
在api/extend.func.php 中加入以下函数
//收藏
function favorite($title){
    global $db;
    $r = $db->get("selec count(itemid) as num from {$db->pre}favorite wher title='$title'");
    return $r['num'];
}
列表调用标签 {favorite($t[title])}
内容页调用标签 {favorite($title)}
该方法有缺陷,信息标题修改后就调用不到了,但是这样统计不需要改收藏功能,比较方便。
 
  • 文本链接:https://mbtxw.com/Course/show.php?itemid=5
  • 文章来源:模板模板
  • 版权声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。
标签: destoon 标签调用
  • 我的领地
  • 文章86
  • 人气12
  • 收藏0
  • 粉丝 0