在laravel框架的 Model 中,默认启动了 timestamps 设置,laravel 会操作对应数据表的 created_at, updated_at 字段。不过有时对应的数据库字段名不是 created_at, updated_at 就需要自定义创建时间、更新时间字段。
阅读全文报错信息:Method ReflectionParameter::getClass() is deprecated 报错原因1:php版本太高 报错原因2:版本冲突,Composer 要安装的依赖项不支持 PHP8
阅读全文前段时间因为业务需求,需要使用thinkphp5在控制器中调用command命令的方式,发现一些问题记录一下。在thinkphp5控制器中Controller调用command命令行程序实现代码如下
阅读全文php curl post报错Error 500 报错信息:ERROR: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used
阅读全文Thinkphp在连接使用Mongodb的时候,做数据分页或者查询数据总数需要使用count()方法,出现报错信息:BSON field 'count.query' is the wrong type 'array', expected type 'object'。
阅读全文报错信息:Deprecated: Function get_magic_quotes_gpc() is deprecated in D:\phpstudy_pro\WWW\im\app\common\checkData.php on line 52。
阅读全文今天使用tp5时,连接数据库出现报错:Array and string offset access syntax with curly braces is deprecated(不赞成使用带花括号的数组和字符串偏移访问语法)。报错原因PHP7.4不再支持使用大括号访问数组以及字符串的偏移。
阅读全文Copyright © L1MN.COM 联系方式:l1mnfw@163.com