thinkphp
|
480b56767b
|
改进关联save方法
|
2018-12-12 17:17:41 +08:00 |
|
thinkphp
|
e0c8c71190
|
改进模型数据验证
|
2018-12-11 12:11:29 +08:00 |
|
thinkphp
|
d1a887cad7
|
改进关联的save方法
|
2018-12-11 11:14:16 +08:00 |
|
thinkphp
|
7be580f19e
|
完善关联的save方法
|
2018-12-06 16:08:46 +08:00 |
|
yunwuxin
|
e7ccad7bac
|
模型增加replace方法
MorphOne 增加 make 方法创建关联对象实例
|
2018-12-04 17:45:59 +08:00 |
|
thinkphp
|
64ea8511cd
|
改进
|
2018-10-26 16:29:49 +08:00 |
|
thinkphp
|
b90b6a1ecb
|
改进
|
2018-10-26 16:22:16 +08:00 |
|
thinkphp
|
f89cc5a6e4
|
改进多对多关联
|
2018-10-26 16:12:11 +08:00 |
|
thinkphp
|
26380b7019
|
多对多关联支持指定中间表数据名称
after/before验证支持指定字段验证
|
2018-10-25 12:34:51 +08:00 |
|
thinkphp
|
104742a31e
|
修正一处注释错误
|
2018-06-01 14:37:26 +08:00 |
|
thinkphp
|
7ab73d1058
|
改进多对多关联的中间表模型更新
|
2018-05-11 14:02:47 +08:00 |
|
yunwuxin
|
de81a830d0
|
设置中间表模型更新条件
|
2018-05-07 18:22:23 +08:00 |
|
thinkphp
|
513701788e
|
修正关联withCount查询
|
2018-04-16 12:46:58 +08:00 |
|
thinkphp
|
8f0da295bc
|
注释改进
|
2018-03-02 16:54:46 +08:00 |
|
thinkphp
|
95e9d848f7
|
改进一对一关联
|
2018-03-02 15:46:44 +08:00 |
|
thinkphp
|
d37c599ed5
|
Collection类改进
|
2018-03-01 19:01:18 +08:00 |
|
thinkphp
|
9606f235f2
|
改进
|
2018-02-14 12:14:06 +08:00 |
|
thinkphp
|
09402cee9b
|
修正一对一关联
|
2018-02-14 12:11:25 +08:00 |
|
thinkphp
|
f80073f9f9
|
改进一对一关联预载入查询
|
2018-02-08 17:27:26 +08:00 |
|
thinkphp
|
ccfe9ad612
|
改进一对一查询
|
2018-02-07 12:10:28 +08:00 |
|
thinkphp
|
b72caee28b
|
改进
|
2018-01-24 19:19:17 +08:00 |
|
thinkphp
|
554817c045
|
修正
|
2018-01-24 19:15:01 +08:00 |
|
thinkphp
|
09f031b371
|
修正MorphTo关联
|
2018-01-24 19:13:28 +08:00 |
|
thinkphp
|
df1c05a988
|
关联定义增加selfRelation方法用于设置是否自关联
|
2018-01-05 17:55:29 +08:00 |
|
thinkphp
|
ea2ce8f8de
|
改进自关联查询多级调用问题
|
2018-01-05 17:28:21 +08:00 |
|
thinkphp
|
282d04e4af
|
更新说明
|
2018-01-01 20:19:18 +08:00 |
|
thinkphp
|
43aad4fe11
|
调整BelongsTo的hasWhere方法
|
2017-12-26 16:32:07 +08:00 |
|
Karson
|
45bb02ed9d
|
Update BelongsToMany.php
|
2017-12-19 11:05:06 +08:00 |
|
Karson
|
6405c68131
|
Update HasMany.php
|
2017-12-19 11:05:06 +08:00 |
|
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
|
44c1257326
|
改进Pivot
|
2017-11-21 16:30:47 +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 |
|