Commit Graph

492 Commits

Author SHA1 Message Date
thinkphp
80e1b52615 改进Model类的关联属性判断 2017-04-27 11:25:26 +08:00
thinkphp
e9d45eb570 改进Model类的setAttr方法 2017-04-27 11:18:14 +08:00
thinkphp
bfcdd5ce6a 改进关联属性的判断 2017-04-26 17:58:04 +08:00
thinkphp
60e9790ebe 改进useGlobalScope方法 2017-04-24 17:10:25 +08:00
thinkphp
a7559e0488 scope方法调整 2017-04-24 16:39:05 +08:00
thinkphp
2b0bfa8e8b 改进Model类是__unset和__isset方法判断 2017-04-24 16:11:32 +08:00
thinkphp
37b74f674e 改进命令行模式下自动完成的时间写入问题 2017-04-21 21:46:02 +08:00
thinkphp
77dbb1315b 修正聚合模型 以及模型方法和属性同名的BUG 2017-04-19 14:24:44 +08:00
thinkphp
04cf8a34e3 改进together方法支持传入关联模型数据 2017-04-17 13:40:21 +08:00
thinkphp
9b353811af 改进model类save方法 2017-04-17 12:35:28 +08:00
thinkphp
591164dae6 改进 2017-04-14 18:22:27 +08:00
thinkphp
f55e7ae900 修正toarray方法 2017-04-14 18:10:10 +08:00
thinkphp
35d57cfb5c 修正一处错误 2017-04-14 16:21:33 +08:00
thinkphp
7841563bd0 模型数据和关联数据分离 2017-04-13 18:42:48 +08:00
thinkphp
128ff19ce5 改进 2017-04-13 16:43:18 +08:00
thinkphp
87b3283bd3 改进数据更新判断 2017-04-13 16:39:27 +08:00
thinkphp
79b5d43023 改进数据更新检查 2017-04-13 16:21:45 +08:00
thinkphp
3daaf9886a 改进模型对象直接缓存的问题 2017-04-13 11:44:42 +08:00
thinkphp
ea2020cbbf 修正 2017-04-07 19:29:14 +08:00
thinkphp
fe39b35206 修正查询范围 2017-04-07 19:20:19 +08:00
thinkphp
a05397b341 修正Connection类 2017-04-07 19:02:05 +08:00
thinkphp
b65592c9c5 改进Model类 2017-04-07 17:44:13 +08:00
thinkphp
29846f5abc 修正关联查询的软删除数据问题 2017-04-07 17:28:17 +08:00
thinkphp
2b4ddaa35c 注释调整 2017-04-03 22:34:10 +08:00
thinkphp
2d15c762a2 注释调整 2017-04-01 14:17:24 +08:00
thinkphp
ae501f4028 改进模型关联 2017-04-01 12:50:32 +08:00
thinkphp
f72ff880dd Merge branch 'master' of https://github.com/top-think/framework 2017-04-01 11:00:17 +08:00
thinkphp
164b7521c5 改进setAttr方法 2017-04-01 10:59:40 +08:00
thinkphp
a489f99ef4 查询范围支持静态调用 2017-03-31 16:04:38 +08:00
ThinkPHP
ab12b00c5d Apply fixes from StyleCI 2017-03-28 14:12:47 +08:00
thinkphp
a4646ba1a9 调整Model类setAttr方法 2017-03-28 12:47:05 +08:00
thinkphp
8d61c3b13e 增加MorphOne关联 2017-03-28 12:15:42 +08:00
thinkphp
62aa6a0f14 改进BelongsTo关联 2017-03-28 11:56:01 +08:00
thinkphp
8d843bec99 改进多态关联 2017-03-28 11:40:50 +08:00
thinkphp
f0aaa7290c 改进Model类的readTransform和writeTransform方法 2017-03-27 17:56:11 +08:00
thinkphp
f1da00a2a3 改进模型类的save方法 2017-03-23 16:20:14 +08:00
yunwuxin
fe30e3a0e7 Apply fixes from StyleCI 2017-03-22 22:23:25 -05:00
thinkphp
08e0261ad3 模型类的get方法第一个参数必须 如果传入null则返回null 2017-03-22 18:49:34 +08:00
thinkphp
841edf205d 改进浮点数类型转换 2017-03-15 10:36:24 +08:00
thinkphp
af635db08f 改进 2017-03-10 22:11:02 +08:00
thinkphp
e0f2d12c20 修正Model类save方法 2017-03-10 21:20:26 +08:00
thinkphp
d086406a54 改进 2017-03-10 11:27:54 +08:00
thinkphp
e40962c346 修正Model类save方法 2017-03-10 11:14:16 +08:00
thinkphp
c0f4d4d8bc model的save方法调整 数据没有更新不执行 2017-03-09 12:46:14 +08:00
thinkphp
dcb46092d1 模型改进 2017-02-20 11:20:18 +08:00
thinkphp
09629cda78 改进类型转换为array的时候输出判断 2017-02-17 13:33:57 +08:00
thinkphp
bc1bd1b742 改进Model类delete方法 2017-02-13 19:02:18 +08:00
苗高鹏
21834f797d Merge branch 'master' into bugfix3 2017-02-13 14:53:24 +08:00
thinkphp
a01c43472d 改进Model类的has和hasWhere方法 2017-02-09 14:26:36 +08:00
thinkphp
13924b5a8b 改进Query类的insert方法一处可能存在的警告错误 改进Model类一处Collection的use 2017-02-08 18:06:12 +08:00