thinkphp
|
275d04d316
|
修正多对多关联删除
|
2016-12-07 18:17:45 +08:00 |
|
thinkphp
|
1f53806272
|
注释完善
|
2016-12-05 12:01:35 +08:00 |
|
thinkphp
|
5037c64f53
|
改进关联模型
|
2016-12-05 11:55:04 +08:00 |
|
thinkphp
|
1d2b44adc8
|
修正Query的select方法的关联预载入
|
2016-12-05 10:55:50 +08:00 |
|
thinkphp
|
d11e4aea10
|
关联模型架构调整
|
2016-12-05 08:42:08 +08:00 |
|
thinkphp
|
b62175c34d
|
多态关联支持预载入查询
|
2016-12-01 17:19:43 +08:00 |
|
thinkphp
|
7ef95130c1
|
修正关联一处问题
|
2016-12-01 12:15:17 +08:00 |
|
thinkphp
|
77d2731892
|
修正关联多对多一处错误
|
2016-12-01 11:28:49 +08:00 |
|
thinkphp
|
a02c7321bb
|
改进关联多对多的查询 增加getModel方法
|
2016-12-01 10:50:56 +08:00 |
|
thinkphp
|
099c977b0a
|
morphTo支持多态类型字段别名定义
|
2016-11-30 22:52:42 +08:00 |
|
thinkphp
|
7f527c256e
|
关联模型支持多态一对多关联
|
2016-11-30 19:52:58 +08:00 |
|
thinkphp
|
61462a628e
|
改进多对多查询
|
2016-11-30 17:11:38 +08:00 |
|
thinkphp
|
9b2524d3a1
|
聚合模型支持 field定义需要查询的字段
|
2016-11-09 16:25:06 +08:00 |
|
thinkphp
|
3935ed5915
|
关联定义支持在关联方法中使用field获取指定查询字段
|
2016-11-09 16:01:59 +08:00 |
|
thinkphp
|
a9782f094a
|
改进全局查询范围
|
2016-10-01 15:32:37 +08:00 |
|
thinkphp
|
88dfa563b3
|
改进关联查询的全局命名范围查询
|
2016-09-30 22:11:29 +08:00 |
|
thinkphp
|
328a12eae5
|
聚合模型的relationModel属性改为动态属性
|
2016-09-30 18:32:06 +08:00 |
|
thinkphp
|
7f2880603c
|
改进聚合模型主键和关联键相同的情况
|
2016-09-30 15:10:10 +08:00 |
|
thinkphp
|
653437d80f
|
改进聚合模型
|
2016-09-30 12:42:22 +08:00 |
|
thinkphp
|
62cd93f1fe
|
改进聚合模型 主表的主键名和附表的关联键名一致导致关联数据写入错误的问题
|
2016-09-29 21:11:35 +08:00 |
|
thinkphp
|
6d3b6bf9fc
|
改进一对一预载入查询
|
2016-09-28 21:04:30 +08:00 |
|
thinkphp
|
f029a433f0
|
改进聚合模型save方法返回值
|
2016-09-21 14:05:11 +08:00 |
|
thinkphp
|
9abb98d485
|
改进Relation类save方法
|
2016-09-21 12:15:34 +08:00 |
|
thinkphp
|
fcde43a1b0
|
修正关联模型 多对多save方法一处问题
|
2016-09-21 12:08:07 +08:00 |
|
thinkphp
|
85204dfaff
|
改进聚合模型的save方法 主键写入
|
2016-09-19 14:48:32 +08:00 |
|
thinkphp
|
b14c1a9dc2
|
Merge模型save方法和model类参数和返回值统一
|
2016-09-13 22:54:22 +08:00 |
|
thinkphp
|
888480ca0a
|
还原Relation
|
2016-09-13 15:53:08 +08:00 |
|
thinkphp
|
942aa65c2d
|
改进Relation类增加getModel和getParentModel方法
|
2016-09-13 15:20:16 +08:00 |
|
thinkphp
|
739f8bef18
|
改进关联查询预载入 支持闭包使用条件之外的连贯操作
|
2016-09-11 12:20:15 +08:00 |
|
过客
|
cd9bf11172
|
Update Relation.php
使用uuid类型主键的问题
|
2016-09-09 15:48:34 +08:00 |
|
thinkphp
|
185961821a
|
改进Relation类
|
2016-09-07 11:49:19 +08:00 |
|
thinkphp
|
6698dd41b3
|
改进Relation类的一对多删除
|
2016-08-07 10:00:12 +08:00 |
|
thinkphp
|
3278a7d628
|
修正Relation类的一对多关联预载入查询
|
2016-08-05 11:09:35 +08:00 |
|
thinkphp
|
5dad96ab66
|
修正Merge模型的save方法
|
2016-08-03 15:39:57 +08:00 |
|
thinkphp
|
1d3e2f4837
|
改进Relation的detach方法
|
2016-07-16 17:39:50 +08:00 |
|
thinkphp
|
b4823a60f3
|
改进Relation类的关联定义方法返回对象 统一返回Relation类
|
2016-07-14 16:34:43 +08:00 |
|
thinkphp
|
8831298e8f
|
改进Merge类save方法
|
2016-07-14 10:55:43 +08:00 |
|
thinkphp
|
e484f1f689
|
改进预载入查询的关联对象的isUpdate
|
2016-07-03 20:41:34 +08:00 |
|
thinkphp
|
0f58b08bec
|
修正多对多预载入查询
|
2016-07-02 18:51:28 +08:00 |
|
thinkphp
|
9ca4911c44
|
改进关联预载入查询 两个相同模型查询的问题
|
2016-06-27 23:29:33 +08:00 |
|
thinkphp
|
62de83358a
|
修正Merge模型
|
2016-06-22 22:28:41 +08:00 |
|
thinkphp
|
850376dfe7
|
改进Query类的find和select方法的默认值
|
2016-06-21 10:58:19 +08:00 |
|
thinkphp
|
a032828d5c
|
注释规范
|
2016-06-20 17:34:54 +08:00 |
|
thinkphp
|
59a2fce286
|
Model类saveall方法支持事务
|
2016-06-18 10:37:22 +08:00 |
|
thinkphp
|
dcc1f7b15e
|
改进Model类的save方法 修正Merge类的save方法支持 where参数更新
|
2016-06-17 11:55:52 +08:00 |
|
thinkphp
|
50d1798e92
|
改进Handle类支持异常的多语言 Lang类增加has方法 增加核心中文语言包
|
2016-06-16 16:07:44 +08:00 |
|
yunwuxin
|
ea1b1af3a3
|
完善事务嵌套
|
2016-06-15 11:10:24 +08:00 |
|
thinkphp
|
069673ea3f
|
修正Relation类的getRelationInfo方法
|
2016-06-11 09:50:55 +08:00 |
|
thinkphp
|
34a08232aa
|
一对一关联定义支持指定 join类型 用于预载入查询
|
2016-06-09 17:19:13 +08:00 |
|
thinkphp
|
36a0f4456d
|
修正Merge类的delete方法
|
2016-06-07 21:16:12 +08:00 |
|