当前标签:php7
laravel去掉默认创建时间、更新时间字段

有时在laravel框架中不需要 created_at, updated_at 创建时间、更新时间字段,需要关闭 timestamps 设置。

阅读全文

laravel自定义创建时间、更新时间字段

在laravel框架的 Model 中,默认启动了 timestamps 设置,laravel 会操作对应数据表的 created_at, updated_at 字段。不过有时对应的数据库字段名不是 created_at, updated_at 就需要自定义创建时间、更新时间字段。

阅读全文

php安装ioncube扩展对php代码进行加密

ioncube是一款常用的php加密扩展,本文介绍php如何安装ioncube扩展对php代码进行加密。

阅读全文

php报错Method ReflectionParameter::getClass() is deprecated问题解决

报错信息:Method ReflectionParameter::getClass() is deprecated 报错原因1:php版本太高 报错原因2:版本冲突,Composer 要安装的依赖项不支持 PHP8

阅读全文

thinkphp5控制器中调用command命令行程序

前段时间因为业务需求,需要使用thinkphp5在控制器中调用command命令的方式,发现一些问题记录一下。在thinkphp5控制器中Controller调用command命令行程序实现代码如下

阅读全文

thinkphp5 console命令行程序教程

thinkphp5创建自定义命令行程序教程 第一步,配置command.php文件,目录在application/command.php

阅读全文

php curl post报错ERROR: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used

php curl post报错Error 500 报错信息:ERROR: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used

阅读全文

php报错BSON field 'count.query' is the wrong type 'array', expected type 'object'问题解决

Thinkphp在连接使用Mongodb的时候,做数据分页或者查询数据总数需要使用count()方法,出现报错信息:BSON field 'count.query' is the wrong type 'array', expected type 'object'。

阅读全文

php7报错Deprecated: Function get_magic_quotes_gpc() is deprecated问题解决

报错信息:Deprecated: Function get_magic_quotes_gpc() is deprecated in D:\phpstudy_pro\WWW\im\app\common\checkData.php on line 52。

阅读全文

php报错Array and string offset access syntax with curly braces is deprecated解决

今天使用tp5时,连接数据库出现报错:Array and string offset access syntax with curly braces is deprecated(不赞成使用带花括号的数组和字符串偏移访问语法)。报错原因PHP7.4不再支持使用大括号访问数组以及字符串的偏移。

阅读全文

皖ICP备2023023451号

Copyright © L1MN.COM 联系方式:l1mnfw@163.com