帝国cms列表页及内容页调用显示收藏数量

bangongJIAO1@c 发布于 2025-11-29 阅读(8)

帝国CMS列表页及内容页,是没有收藏数量调用标签的,但万能的帝国CMS,使用PHP代码就能调用出来。

列表页:

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

内容页:

gettotal("select count(*) as total from phome_enewsfava where id='$navinfor[id]' and classid='$navinfor[classid]'");?>


发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。