$q = DB::query("SELECT todayposts,
threads, posts FROM ".DB::table('forum_forum')." WHERE type='forum'");
while($12345la = DB::fetch($q)) {
$todayposts += $12345la['todayposts'];
$threads += $12345la['threads'];
$posts += $12345la['posts'];
}
解释一下,先查询出 pre_forum_forum 这个版块信息数据表,过滤掉群组,然后再把字段里面的值合并累加,然后再进行变量输出:
论坛今日发帖总数:$todayposts 论坛主题总数:$threads 论坛总贴数:$posts
可能有很多童鞋不字段如何用?
把上面那段代码放到相应的程序文件最后?> 前面,然后把上面三个变量写到模板里去,更新缓存试试
如果有不懂的地方,请跟帖发问,但是不动手的懒人我表示鄙视!
作者:cr180
地址:http://www.12345.la/thread-13010-1-1.html