thinkphp模型事件(钩子函数:模型中在增删改等操作前后自动执行的事件)
Posted 小小振
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp模型事件(钩子函数:模型中在增删改等操作前后自动执行的事件)相关的知识,希望对你有一定的参考价值。
https://www.cnblogs.com/Renyi-Fan/p/9030567.html
before_insert | 新增前 |
after_insert | 新增后 |
before_update | 更新前 |
after_update | 更新后 |
before_write | 写入前 |
after_write | 写入后 |
before_delete | 删除前 |
after_delete | 删除后 |
以上是关于thinkphp模型事件(钩子函数:模型中在增删改等操作前后自动执行的事件)的主要内容,如果未能解决你的问题,请参考以下文章