Commit Graph

3480 Commits

Author SHA1 Message Date
yunwuxin
679f4d0368 Collection增加values方法 2018-12-19 17:54:12 +08:00
thinkphp
5b3bbac60c 改进Query 2018-12-14 11:23:05 +08:00
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
4cbc0b5e93 版本更新 2018-12-09 20:40:40 +08:00
thinkphp
0347d7c2c3 代码规范 2018-12-09 20:18:16 +08:00
thinkphp
b797d72352 改进控制器获取 2018-12-09 20:15:25 +08:00
thinkphp
7be580f19e 完善关联的save方法 2018-12-06 16:08:46 +08:00
thinkphp
964f4c6237 Merge branch 'master' of https://git.topthink.com/topteam/framework 2018-12-06 15:44:35 +08:00
thinkphp
dabf711a3e 改进sqlsrv驱动 2018-12-06 15:43:51 +08:00
thinkphp
312e9bec62 Merge branch 'master' of https://github.com/top-think/framework 2018-12-05 12:07:58 +08:00
thinkphp
ebb220f1cb 改进聚合查询方法的正则判断 2018-12-05 12:07:07 +08:00
thinkphp
85c06ae827 改进count方法返回值类型 2018-12-04 18:21:30 +08:00
yunwuxin
e7ccad7bac 模型增加replace方法
MorphOne 增加 make 方法创建关联对象实例
2018-12-04 17:45:59 +08:00
yunwuxin
cca9d245ad 修正 2018-11-27 15:47:11 +08:00
lengai
97075e4d98 fix-bug 修复当data变量为空 数据不验证 2018-11-22 10:50:56 +08:00
thinkphp
94ecaa13c4 改进断线重连 2018-10-30 11:10:05 +08:00
thinkphp
fb34d47007 完善规则提示 2018-10-28 11:36:18 +08:00
thinkphp
c670734e90 增加afterWith和beforeWith验证规则 用于比较日期字段 2018-10-28 11:32:51 +08:00
thinkphp
64ea8511cd 改进 2018-10-26 16:29:49 +08:00
thinkphp
b90b6a1ecb 改进 2018-10-26 16:22:16 +08:00
thinkphp
aea62e8d07 改进验证类 2018-10-26 16:19:56 +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
d77e233c45 Merge branch 'master' of https://git.topthink.com/topteam/framework 2018-10-24 16:58:25 +08:00
thinkphp
7141b3795d Merge branch 'master' of https://github.com/top-think/framework 2018-10-24 16:57:27 +08:00
thinkphp
15f665b2b1 改进闭包验证的参数 2018-10-24 16:57:05 +08:00
thinkphp
72b6c3ccaa 聚合查询字段支持DISTINCT 2018-10-22 14:15:47 +08:00
thinkphp
474916983e 改进count查询的返回值类型 2018-10-18 19:05:37 +08:00
thinkphp
8652c83ea1 改进聚合查询的安全性 2018-10-18 18:37:53 +08:00
yunwuxin
4a882963d6 Query支持调用模型的查询范围 2018-10-08 15:18:54 +08:00
thinkphp
898fe001c2 改进 2018-09-21 18:12:30 +08:00
thinkphp
aeab3965f2 改进Log类支持json日志格式 2018-09-15 21:12:16 +08:00
张亚俊
ab826da071 调试模式下关闭路由解析缓存 2018-09-04 17:18:48 +08:00
thinkphp
60e38a040b 改进isajax ispjax方法 2018-08-23 17:38:39 +08:00
thinkphp
29c6111748 Merge branch 'master' of https://github.com/top-think/framework 2018-08-23 17:10:37 +08:00
thinkphp
fad6936e4a Request类增加destroy方法用于销毁当前实例 2018-08-23 17:03:41 +08:00
thinkphp
79a096b877 修正parseComment方法 2018-08-21 12:04:07 +08:00
thinkphp
574451ffaf 修正whereRaw方法 2018-08-18 22:56:43 +08:00
thinkphp
5145f28343 改进value方法的缓存处理 2018-08-08 13:49:02 +08:00
thinkphp
31635b3b4e 改进缓存驱动 2018-08-05 10:05:29 +08:00
thinkphp
368272f7e3 改进url生成的端口问题 2018-07-19 15:41:22 +08:00
thinkphp
104742a31e 修正一处注释错误 2018-06-01 14:37:26 +08:00
thinkphp
2e86d969a5 Ci改进 2018-05-24 17:40:52 +08:00
thinkphp
c2161cfa08 修正 2018-05-23 18:57:28 +08:00
thinkphp
5070ce9432 Merge branch 'master' of https://git.topthink.com/topteam/framework 2018-05-18 10:21:15 +08:00
yunwuxin
b229e2de33 增加路由解析缓存功能 2018-05-17 18:07:56 +08:00
thinkphp
7ab73d1058 改进多对多关联的中间表模型更新 2018-05-11 14:02:47 +08:00
thinkphp
151052cd3f 调整 2018-05-07 22:33:19 +08:00