建站资讯

LECMS模板标签之内容数据按日期统计 block_content_total_by_date

来源:帝国CMS模板网 作者:对味 时间:2026-07-05
浏览:36 收藏 点赞(0)
简介:LECMS模板标签所在目录:lecms/block /** * 指定时间内的内容数量统计 * @param int mid 模型ID 必填 默认为 2 * @param string type 时间类型 今天(today) 昨天(yesterday) 本周(week) 本月(month) 本年(year) 所有(all) * @param int life 缓存时间 * @return int */ 参数说

LECMS模板标签所在目录:lecms/block

/**
 * 指定时间内的内容数量统计
 * @param int mid 模型ID 必填 默认为 2
 * @param string type 时间类型   今天(today) 昨天(yesterday) 本周(week) 本月(month) 本年(year) 所有(all)
 * @param int life 缓存时间
 * @return int
 */

参数说明:

1、mid 模型ID,默认为文章模型

2、type 需要统计的时间类型

3、life 缓存时间,默认为0 ,单位(秒)

调用示例:

{block:content_total_by_date mid="2" type="month"}
本月文章总数:{$data}
{/block}
在线
客服