导航
关闭

狼王King

当前位置:首页 > TAG信息列表 > 收藏次数

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

帝国CMS如何实现在列表页显示信息的收藏次数
列表页代码:$scs=$empire->gettotal("select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]'"); $listtemp='收藏数:'.$scs;…