码迷,mamicode.com
首页 > 其他好文 > 详细

时间随手记

时间:2017-09-08 11:38:15      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:show   lib   ati   this   uid   span   时间   str   rod   

1、实现插入预定时间戳功能

$datas[‘time‘] = strtotime( str_replace( array(‘‘,‘‘,‘‘) , array(‘-‘,‘-‘,‘‘) , $datas[‘time‘]) );

2、实现只能预约商品一次的功能

$checkUser = $this->where(array(‘uid‘ =>$datas[‘uid‘],‘product_id‘=>$datas[‘product_id‘], ‘state‘=>1))->getField(‘id‘);

if($checkUser){

$this->error = ‘预约过此商品‘;

return false;

}

3/** 获取可取消时间 */

$canceldays = M(‘Conf‘)->where(array(‘name‘ => ‘canceldays‘))->getField(‘value‘);

/** @var 获取可取消时间 $cancelTime */

$list[‘cancelTime‘] = date(‘YmdH:i‘ ,$showinfo[‘time‘] - $canceldays * 86400);

4

时间随手记

标签:show   lib   ati   this   uid   span   时间   str   rod   

原文地址:http://www.cnblogs.com/jiaoda/p/7493209.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!