摘要:
/** * 时间段查询条件获取 * @param string star 获取开始时间的字段名 * @param string end 获取结束时间的字段名 * @param string zd 数据库where条件的字段名 */ function where_time(start='start_time',end='end_time',zd='create_... 阅读全文
posted @ 2018-10-23 15:04
phpwyl
阅读(2339)
评论(0)
推荐(0)