欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > thinkphp教程 >
thinkphp教程

thinkphp5.1 $autoWriteTimestamp = true 自动写入时间戳

(元素模板) / 2022-07-05 14:09
thinkphp5.1在对应的模型里面写入下面代码是什么意思呢?

protected $autoWriteTimestamp = true;

就会为数据库中的create_time,delete_time,update_time自动记录下操作的时间
如果你的数据库的着三个属性不想这样命名,你想叫做create_timestamp。
那么就需要在模型中增加protected $createTime = 'create_timestamp'这样的配置才可以自动写入时间戳。
Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com