当前位置:首页 > 代码学苑 > 网建教程

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

来源:帝国CMS 作者: 2020-06-12

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

猜你喜欢
    无相关信息