导航
关闭

狼王King

当前位置:首页 > 网络教程 - 正文

帝国CMS首页调用会员数/留言数/评论数的方法

  人参与 |更新时间: 2020年01月24日 23:56

其实就是用SQL语句的count来统计数据表里面的信息数,具体代码如下:(直接模板里用PHP输出即可)

会员数量:

<?=$empire->gettotal("select count(*) as total from phome_enewsmember");?>

留言数量:

<?=$empire->gettotal("select count(*) as total from phome_enewsgbook");?>

评论数量:

<?=$empire->gettotal("select count(*) as total from phome_enewspl_1");?>

编辑:狼王(微信/QQ:1574808)

标签:   帝国CMS   帝国CMS教程   狼王King

来源:狼王King(微信/QQ:1574808),欢迎分享!

本文链接:https://www.iwolfking.com/jiaocheng/484.html

评论专区

留言与评论(共有 0 条评论)
表情:   
验证码: