摘要: 背景 以下内容基于thinkphp5.1框架和phpstrom编辑器进行说明 php web项目业务开发中绝大部分都是使用MVC结构的框架,在添加和更新数据时基本都支持实例化模型对象后赋值并保存。比如: $user = new User; $user->name = 'test'; $user->e 阅读全文
posted @ 2020-09-26 20:39 JiangHongJiee 阅读(704) 评论(0) 推荐(0)