帝国CMS列表页如何显示文章收藏次数?
列表页:
1 2 | $scs = $empire ->gettotal( "select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]'" ); $listtemp = '收藏数:' . $scs ; |
本文帝国CMS列表页如何显示内容文章收藏次数?到此结束。生命的成长,需要吃饭,还需要吃苦,吃亏。小编再次感谢大家对我们的支持!
列表页:
1 2 | $scs = $empire ->gettotal( "select count(*) as total from phome_enewsfava where id='$r[id]' and classid='$r[classid]'" ); $listtemp = '收藏数:' . $scs ; |
本文帝国CMS列表页如何显示内容文章收藏次数?到此结束。生命的成长,需要吃饭,还需要吃苦,吃亏。小编再次感谢大家对我们的支持!
提示:好代码网站资源是由用户投稿上传,内容来自互联网,本站只做免费推荐用于学习分享,如有版权及其他问题,请联系小编处理!