帝国cms显示新闻文章的收藏数量,列表页内容页均可

帝国cms没有提供显示文章收藏数量的标签,但强大的帝国cms,我们可以通过查询mysql并统计出数量,下面为代码,在相应页面插入即可。

下面是列表页的代码:

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

下面是内容页的代码:

折叠PHP 代码
  1. gettotal("select count(*) as total from phome_enewsfava where id='$navinfor[id]' and classid='$navinfor[classid]'");?>  

 

Tags: 文章   收藏   列表   内容
cms大学,为帝国cms用户提供动力
Copyright © 2016 CmsDX.com All Rights Reserved.