Commit Graph

3408 Commits

Author SHA1 Message Date
thinkphp
9108635c0f 改进Url类 2017-12-21 12:07:42 +08:00
thinkphp
3728859d9a 更新 2017-12-20 14:23:50 +08:00
thinkphp
f8fa4b1639 改进union查询 2017-12-20 14:21:43 +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
e2a77ff2f3 改进join关联自身的问题 2017-12-18 16:46:06 +08:00
thinkphp
caacea97e2 改进View类 2017-12-18 16:09:45 +08:00
thinkphp
29c70b6a27 max和min方法增加第二个参数用于设置是否强制转换数字 2017-12-14 11:16:34 +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
4378066356 Validate类增加checkRule方法用于静态验证多个规则 2017-12-13 16:08:53 +08:00
thinkphp
d69bc6c601 改进Validate类的unique验证 2017-12-13 13:54:16 +08:00
thinkphp
6231c45a2a 修正多对多的多次查询BUG 2017-12-13 12:44:04 +08:00
thinkphp
6356cacefd 修正Query类的inc和dec方法的关键词问题 2017-12-11 21:53:27 +08:00
thinkphp
9f9af17610 改进redis驱动的缓存有效期判断 2017-12-10 23:28:49 +08:00
thinkphp
c281a66748 改进redis驱动 2017-12-07 23:48:14 +08:00
Gaozhen Ying
b6f3959c6d fix typo 2017-12-07 15:33:16 +08:00
thinkphp
1b94adfb2b 改进 2017-12-07 14:32:23 +08:00
thinkphp
86860d6210 修正join 2017-12-07 14:26:43 +08:00
Gaozhen Ying
3a64e7583d 修复Collection bug 2017-12-07 10:48:58 +08:00
thinkphp
0ba80fcc12 改进 2017-12-06 16:57:56 +08:00
thinkphp
9896df3b59 改进 2017-12-06 16:54:12 +08:00
thinkphp
cc81f12735 改进Cache类init方法 2017-12-06 16:52:49 +08:00
thinkphp
ecd243bb41 修正一处兼容问题 2017-12-06 15:02:00 +08:00
thinkphp
576273cdf1 调试模式下不读取字段缓存文件 2017-12-05 15:05:43 +08:00
thinkphp
54b270fd29 default_filter支持在模块中配置生效 2017-12-04 18:10:48 +08:00
thinkphp
023f099cc9 改进短线重连异常捕获机制 2017-12-01 19:33:20 +08:00
thinkphp
88599fe33d 模型的hasWhere方法增加fields参数 2017-12-01 11:43:18 +08:00
thinkphp
dc62af3494 改进app_dispatch钩子 2017-11-28 18:59:03 +08:00
thinkphp
dd24123921 改进废弃字段判断 2017-11-28 18:46:28 +08:00
thinkphp
1fc85442cb 模型saveall方法支持返回数据集 读取resultSetType属性 2017-11-28 12:53:09 +08:00
thinkphp
3735430d04 Merge branch 'master' of https://github.com/top-think/framework 2017-11-27 15:44:02 +08:00
thinkphp
3c04624c56 改进File缓存的clear方法 2017-11-27 15:42:50 +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
b69e64a521 关联自动删除增加一对多关联删除支持 2017-11-24 15:26:09 +08:00
thinkphp
a1abcebbd8 修正Log类 2017-11-22 13:51:04 +08:00
thinkphp
23102de352 修正redis驱动 2017-11-21 17:10:52 +08:00
thinkphp
ea36fdfbe9 模型类增加force方法设置是否强制更新所有数据 2017-11-21 16:46:09 +08:00
thinkphp
44c1257326 改进Pivot 2017-11-21 16:30:47 +08:00
thinkphp
e7ab1e9a2d 改进 2017-11-21 15:36:36 +08:00
thinkphp
c38d2a6d0d 改进中间表模型的实例化 2017-11-21 15:17:52 +08:00
thinkphp
1bbf37a20b Merge branch 'master' of https://github.com/top-think/framework 2017-11-20 16:02:55 +08:00
Chino Chang
310c53421d Merge pull request #854 from yinggaozhen/tc-dir_clean
调整template相关test case
2017-11-20 15:59:28 +08:00
Lin07ux
c937fbdbd5 补全 Db、Debug、Env、Error、Exception、File、Hook、Lang、Loader、Log 类的文档,调整代码样式 2017-11-20 15:46:27 +08:00