Commit Graph

8 Commits

Author SHA1 Message Date
thinkphp
d37c599ed5 Collection类改进 2018-03-01 19:01:18 +08:00
thinkphp
282d04e4af 更新说明 2018-01-01 20:19:18 +08:00
Hanqing Sun
80ea6df367 Collection::append() 判断数据是否存在(null)
调用collection()->append(['关联'=>['属性']]),如果遇到某个模型对象的关联查询到null,则append会导致null object错误
2017-07-31 10:52:15 +08:00
thinkphp
993cda07a6 改进Collection类的column方法 2017-05-18 14:26:08 +08:00
yunwuxin
8311a4e39b 改进 2017-01-23 13:02:34 +08:00
thinkphp
7348729b40 Query类的hidden和visible方法取消 改进Model类的hidden和visible方法支持操作关联属性 2017-01-22 23:21:46 +08:00
thinkphp
771c0a90be 调整 2017-01-16 11:34:53 +08:00
thinkphp
f923c9dba5 独立出think\model\Collection类 用于模型数据集 2017-01-16 11:16:15 +08:00