您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程
帝国CMS统计今日昨日文章数,总文章数,会员数,最新会员的方法
渊霖2023-04-22 22:56:28帝国CMS教程已有人查阅
导读帝国CMS统计今日文章数,昨日文章数,总文章数,会员数,最新会员
帝国CMS统计今日文章数,昨日文章数,总文章数,会员数,最新会员
<?php
$members=$empire->gettotal("select count(*) as total from phome_enewsmember");
$newmember=$empire->fetch1("select userid,username from phome_enewsmember order by userid desc limit 1");
$tzcount=$empire->gettotal("select count(*) as total from phome_ecms_news");
$plnum=$empire->gettotal("select count(*) as total from {$dbtbpre}enewspl");
$pltzcont=$tzcount+$plnum;
?>
今日: <em>[totaldata]'news',2,1[/totaldata]</em> ,
昨日: <em>[ztotal]栏目ID[/ztotal]</em> ,
主题: <em><?=$tzcount?></em> ,
帖子: <em><?=$pltzcont?></em> ,
用户: <em><?=$members?></em>,
最新会员: <em><?=$newmember[username]?></em>
本文标签:
很赞哦! ()
随机图文
-
帝国CMS7.5版系统模型新增记录信息审核人功能说明
帝国CMS7.5版各系统模型新增记录信息审核人功能,对查看责任人和绩效考核更方便:1、各系统模型(包括自定义的系统模型)均新增记录信息审核人功能。 -
帝国CMS制作字母导航功能的方法
也许你想制作像58同城网城市分站一样的字母导航功能,帝国CMS当然是可以实现的。增加“infozm”字段,infozm为取得标题字母的字段,只需将字段设置为录入项或投稿项 -
帝国CMS相关信息调用smalltext简介的方法
帝国cms模板在开发过程中,内容页SEO相关调用默认标签有:标题、关键词、描述。标题调用标签可以使用[!--title--],也可以使用副标题标签[!--ftitle--] -
帝国tag按分类调用的方法
帝国CMS按分类调tags代码,httpd.ini伪静态规则RewriteRule ^/tag_([0-9]+)_([0-9]+).html$ /e/tags/index.php?tagid=$1&page=$2
留言与评论 (共有 条评论) |