您的位置:首页 > 帝国cms教程

帝国CMS列表页如何显示文章收藏次数?

2021-01-13 16:50:27 帝国cms教程 109

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

相关推荐