本文整理自网络,侵删。
代码如下:
<?php
defined('IN_PHPCMS') or exit('No permission resources.');</p> <p>class tongji{
function __construct(){
$this->db = pc_base::load_model("news_model");
}</p> <p> function postnum(){
$end = $_GET['end'] ? strtotime($_GET['end']) : time();
$i = 0;
while($i < 10){
$daystart = strtotime(" -1 day",$end);
$dayend = $end;
$where = "inputtime > $daystart and inputtime < $dayend ";
$number = $this->db->count($where);
echo date("Y-m-d",$daystart)."发表了".$number."<br/>";
$end = $daystart;
$i++;
}</p> <p> }
}
<?php
defined('IN_PHPCMS') or exit('No permission resources.');</p> <p>class tongji{
function __construct(){
$this->db = pc_base::load_model("news_model");
}</p> <p> function postnum(){
$end = $_GET['end'] ? strtotime($_GET['end']) : time();
$i = 0;
while($i < 10){
$daystart = strtotime(" -1 day",$end);
$dayend = $end;
$where = "inputtime > $daystart and inputtime < $dayend ";
$number = $this->db->count($where);
echo date("Y-m-d",$daystart)."发表了".$number."<br/>";
$end = $daystart;
$i++;
}</p> <p> }
}
更多PHPCMS内容来自木庄网络博客
标签:PHPCMS
相关阅读 >>
phpcms缓存使用总结(memcached、eaccelerator、shm)
phpcms v9 全站 sitemaps生成实现代码[服务器端版]
更多相关阅读请进入《phpcms》频道 >>
相关推荐
评论
管理员已关闭评论功能...
- 欢迎访问木庄网络博客
- 可复制:代码框内的文字。
- 方法:Ctrl+C。