Commit Graph

121 Commits

Author SHA1 Message Date
Karson
a77e5d8ec8 Update HasOne.php 2017-12-19 11:05:06 +08:00
Karson
d6da940d20 Update BelongsTo.php 2017-12-19 11:05:06 +08:00
Karson
ac6a5c3ab5 Update OneToOne.php 2017-12-19 11:05:06 +08:00
thinkphp
0c61269bcf 修正setDec方法的延迟写入 2017-12-13 17:54:53 +08:00
thinkphp
924d78d5f7 改进多对多的pivot对象 2017-12-13 17:12:51 +08:00
thinkphp
e3320cd3f6 改进多对多关联的save方法 2017-12-13 17:00:05 +08:00
thinkphp
6231c45a2a 修正多对多的多次查询BUG 2017-12-13 12:44:04 +08:00
thinkphp
88599fe33d 模型的hasWhere方法增加fields参数 2017-12-01 11:43:18 +08:00
thinkphp
a4b5d8908f 修正关联 2017-11-25 10:54:20 +08:00
thinkphp
6381d65bb3 改进一对多with关联查询的field支持 2017-11-24 17:36:43 +08:00
thinkphp
5706ed7e44 改进hasWhere查询的数据重复问题 2017-11-24 17:22:58 +08:00
thinkphp
e7ab1e9a2d 改进 2017-11-21 15:36:36 +08:00
thinkphp
a1ad4e97df 改进多对多关联的中间表模型提示 2017-11-02 17:59:28 +08:00
thinkphp
5b15364fd2 修正has方法 2017-10-30 11:00:56 +08:00
thinkphp
b289997565 改进MorphTo关联 2017-10-23 12:05:11 +08:00
thinkphp
ba9efa867f 调整 2017-10-23 11:52:30 +08:00
thinkphp
4d131bb3e5 修正MorphTo关联 2017-10-23 11:47:55 +08:00
thinkphp
230ff0ec64 改进HasManyThrough 2017-10-22 22:43:29 +08:00
thinkphp
2a2b3882af 改进append方法支持一对一关联的bind设置 2017-09-15 17:32:50 +08:00
thinkphp
e2d2f37930 修正hasMany关联 2017-09-11 18:29:14 +08:00
thinkphp
1b65f2ec41 改进关联Relation类 2017-09-10 12:46:55 +08:00
thinkphp
56bce822f3 调整 2017-09-07 11:40:07 +08:00
thinkphp
6bab32b1ea hasOne关联的has方法改进 2017-09-07 11:26:46 +08:00
thinkphp
50e834c5b5 hasMany的has方法默认不指定字段 2017-09-07 11:24:14 +08:00
thinkphp
49b349be90 改进hasMany关联 2017-09-07 10:53:52 +08:00
thinkphp
8aacceac69 改进HasMany关联的getRelationCountQuery方法 2017-08-30 10:49:35 +08:00
yinggaozhen
64c51cdde6 修改connecttion和belongsTo若干文档注释错误 2017-08-03 11:29:14 +08:00
thinkphp
459a2290ac 注释调整 2017-07-27 08:01:39 +08:00
thinkphp
8ff20f98d0 改进关联的属性绑定 2017-07-20 17:52:11 +08:00
thinkphp
946845e0f4 代码改进 2017-06-23 14:48:38 +08:00
thinkphp
08e42118f6 改进多对多的数据更新 2017-06-05 11:24:33 +08:00
thinkphp
8271eea091 改进BelongsToMany关联查询 2017-06-01 16:49:21 +08:00
thinkphp
c34a9153e3 修正远程一对多 2017-05-21 09:23:47 +08:00
thinkphp
513f1f32f7 改进belongstomany的查询字段指定 2017-05-09 15:38:41 +08:00
thinkphp
9bb01ec145 Model类增加setRelation方法和setAttr方法区分 2017-04-27 12:16:43 +08:00
thinkphp
aebbf980a5 修正关联定义的一些问题 2017-04-24 13:58:59 +08:00
thinkphp
8dc793d76c 修正多态一对多 关联表没有数据的情况 2017-04-14 19:08:21 +08:00
thinkphp
1661e68035 改进关联 2017-04-14 09:03:52 +08:00
thinkphp
6e5d6fa7b2 改进关联查询 2017-04-03 09:37:31 +08:00
thinkphp
4dd5582cdd Merge branch 'master' of https://github.com/top-think/framework 2017-04-01 16:50:56 +08:00
ThinkPHP
5d89443496 Apply fixes from StyleCI 2017-04-01 16:49:21 +08:00
thinkphp
d3be47e269 改进关联模型 2017-04-01 16:13:44 +08:00
thinkphp
2ebf07ba16 改进 2017-04-01 15:46:26 +08:00
thinkphp
68a1882e1e 改进 2017-04-01 14:07:27 +08:00
thinkphp
ae501f4028 改进模型关联 2017-04-01 12:50:32 +08:00
thinkphp
8de5a3ffdf Merge branch 'master' of https://git.topthink.com/topteam/framework 2017-03-28 19:18:06 +08:00
thinkphp
721142f885 改进关联 2017-03-28 19:17:10 +08:00
thinkphp
1d03915b82 修正 2017-03-28 14:03:28 +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