帝国教程

帝国cms如何实现在列表页显示信息的收藏次数

来源:帝国CMS模板网 作者:野仄 时间:2026-07-08
浏览:28 收藏 点赞(0)
简介:列表页: $scs=$empire->gettotal("select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]'"); $listtemp='收藏数:'.$scs;

列表页:

$scs=$empire->gettotal("select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]'");
$listtemp='收藏数:'.$scs;
在线
客服