Commit Graph

89 Commits

Author SHA1 Message Date
thinkphp
282d04e4af 更新说明 2018-01-01 20:19:18 +08:00
thinkphp
1b65f2ec41 改进关联Relation类 2017-09-10 12:46:55 +08:00
thinkphp
513f1f32f7 改进belongstomany的查询字段指定 2017-05-09 15:38:41 +08:00
thinkphp
29846f5abc 修正关联查询的软删除数据问题 2017-04-07 17:28:17 +08:00
thinkphp
fdd6558d69 调整关联模型的save方法返回值 2017-03-10 14:36:17 +08:00
yunwuxin
6078d0ea39 模型注释 2017-01-23 13:46:17 +08:00
thinkphp
6f02e4b127 关联预载入方法调整 取消class参数 关联的数据集查询根据模型的数据集返回类型设定 2017-01-22 12:42:24 +08:00
thinkphp
8b962ae5c5 一对一关联类调整 2017-01-16 23:09:26 +08:00
thinkphp
1568af03d8 取消关联类无效的alias参数 仅morphTo关联保留 用于设置多态别名 2017-01-16 23:03:12 +08:00
thinkphp
d6b9e2f628 2017更新 2017-01-01 13:00:23 +08:00
thinkphp
b0237b766d 改进关联定义中包含查询条件后重复执行的问题 2016-12-28 11:37:50 +08:00
thinkphp
c5dbbb45da Relation类方法调整 2016-12-09 14:52:37 +08:00
thinkphp
d49b986bb8 修正Relation一处use 2016-12-09 14:43:04 +08:00
thinkphp
5037c64f53 改进关联模型 2016-12-05 11:55:04 +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
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
6d3b6bf9fc 改进一对一预载入查询 2016-09-28 21:04:30 +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
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
1d3e2f4837 改进Relation的detach方法 2016-07-16 17:39:50 +08:00
thinkphp
b4823a60f3 改进Relation类的关联定义方法返回对象 统一返回Relation类 2016-07-14 16:34: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
a032828d5c 注释规范 2016-06-20 17:34:54 +08:00
thinkphp
50d1798e92 改进Handle类支持异常的多语言 Lang类增加has方法 增加核心中文语言包 2016-06-16 16:07:44 +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
fa0e85983c 改进Model类的修改器机制 增加 setAttr和 getAttr方法 2016-06-03 17:33:52 +08:00
thinkphp
4d00aa539f 注释改进 增加Json配置驱动 2016-06-01 12:27:28 +08:00
thinkphp
c9846a51e1 改进Relation类的getRelation方法 支持在关联定义方法中使用where条件或者其他的操作Query操作方法 2016-05-29 12:09:21 +08:00
thinkphp
0bffec6aaa 代码规范 2016-05-25 21:55:57 +08:00
thinkphp
15de3e328a 改进远程一对多查询 2016-05-25 18:17:45 +08:00
thinkphp
e890d43d55 关联查询支持远程一对多关联 Query类view方法的field参数支持传入true 2016-05-25 17:57:50 +08:00