入住 CI 中国社区 登录
CodeIgniter 中国开发者社区 返回首页

382148374的个人空间 https://codeigniter.org.cn/forums/?14902 [收藏] [复制] [分享] [RSS]

日志

分享 日历
2012-6-4 15:46
/** * 返回日历上的存档链接 * @access public * @param integer $year * @param integer $month * @return array */ public function get_calendar_data ( $year , $month ) { $time_start = mktime ( 0 , 0 , 0 , $month , 1 , $year ) ; ...
1311 次阅读|0 个评论