本文实例讲述了帝国cms统计留言数量的方法。分享给大家供大家参考。具体实现方法如下:
帝国CMS指定模型下的留言数量代码如下:
代码如下:
<?php $totalnum=(int)$_GET@['totalnum']; $totalquery="select count(*) as total from ***_enewsgbook where bid=1 and checked=0"; $num=$empire->gettotal($totalquery);//取得总条数 echo $num; ?>登录后复制
本文地址:http://ezhuoer.com