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

时间:2016-02-28 11:16:32

分类:帝国教程

帝国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]'");?>  

 

相关文章

相关推荐

为帝国CMS用户提供动力

Copyright © 2016 CmsDX.com All Rights Reserved.