Commit Graph

2934 Commits

Author SHA1 Message Date
thinkphp
f00825a477 改进软删除 2017-02-18 21:33:00 +08:00
thinkphp
855124a514 改进分页类 2017-02-15 08:49:22 +08:00
thinkphp
c917ad1ce9 改进Query类缓存机制 2017-02-14 16:25:33 +08:00
thinkphp
bc1bd1b742 改进Model类delete方法 2017-02-13 19:02:18 +08:00
ThinkPHP
af2b5d474c Merge pull request #471 from mineyang/master
配置参数名只分割为两部分
2017-02-13 15:17:12 +08:00
ThinkPHP
342448dfdd Merge pull request #436 from cnbailian/master
优化Router代码
2017-02-13 15:11:52 +08:00
苗高鹏
21834f797d Merge branch 'master' into bugfix3 2017-02-13 14:53:24 +08:00
mineyang
a414d123f9 配置参数名只分割为两部分 2017-02-13 14:26:30 +08:00
thinkphp
2c0ee2f616 改进软删除 2017-02-09 19:12:45 +08:00
thinkphp
1e1f36eb40 改进Query类缓存更新 修正Connection类一处可能的错误 2017-02-09 17:49:47 +08:00
thinkphp
0d48f4a80c 改进Query类的find方法的缓存机制 2017-02-09 16:28:10 +08:00
thinkphp
532173e010 优化HasOne的has方法 2017-02-09 14:42:39 +08:00
thinkphp
a01c43472d 改进Model类的has和hasWhere方法 2017-02-09 14:26:36 +08:00
thinkphp
2639db4f9e 修正BelongsTo关联 2017-02-09 12:21:50 +08:00
thinkphp
a8a903bfd4 改进url生成 2017-02-09 11:59:34 +08:00
thinkphp
4824c43e90 改进URl生成对ext参数的支持 2017-02-09 11:39:56 +08:00
thinkphp
1cdb0ba693 改进全局自动请求缓存对子域名的支持 2017-02-09 10:29:45 +08:00
thinkphp
89ee5379b7 清空缓存方法删除空目录 2017-02-08 19:02:06 +08:00
thinkphp
cc9aa76f31 改进路由的ext和deny_ext参数 允许设置为空 表示不允许任何后缀或者必须使用后缀访问 2017-02-08 18:51:20 +08:00
thinkphp
13924b5a8b 改进Query类的insert方法一处可能存在的警告错误 改进Model类一处Collection的use 2017-02-08 18:06:12 +08:00
thinkphp
22b4fff3dd 改进withCount用法支持指定统计字段名称 2017-02-07 22:49:00 +08:00
thinkphp
669f70acf0 改进关联用法 2017-02-07 22:32:20 +08:00
thinkphp
550de110fe 改进Model类relationQuery方法 2017-02-07 22:23:57 +08:00
thinkphp
a3a37e6cfa 修正Model类hasWhere方法 2017-02-07 17:39:59 +08:00
thinkphp
742e2c3de3 改进Model类的has和hasWhere方法 2017-02-06 18:00:35 +08:00
thinkphp
002cd48d54 改进软删除的兼容性 2017-02-06 14:07:12 +08:00
thinkphp
0b8d05efdb 数据库配置参数 datetime_format 为false则关闭时间字段自动格式转换输出 2017-02-05 14:26:15 +08:00
thinkphp
113616fa0f 修正验证类的ip验证规则 2017-02-05 12:30:46 +08:00
thinkphp
fcfe91a97d 修正hasMany关联的has方法 2017-02-04 20:08:30 +08:00
thinkphp
fb8415e653 Query类增加cacheData方法用于数据缓存统一写入 2017-02-04 14:13:44 +08:00
thinkphp
3f0fa05a7c redirect助手函数和controller类的redirect方法增加with参数 2017-02-02 14:26:06 +08:00
thinkphp
ca228203c9 改进多对多的attach方法的返回值 2017-01-31 16:50:38 +08:00
thinkphp
1d23f67e11 优化代码 2017-01-31 10:47:17 +08:00
thinkphp
a3aa8a6de8 find方法查询缓存改进 2017-01-31 10:44:10 +08:00
thinkphp
570b5d1ed6 改进Url类生成 root为/的情况 2017-01-30 20:28:35 +08:00
thinkphp
88dab63314 增加断线重连机制和开关 2017-01-30 20:06:02 +08:00
thinkphp
aa7a5e8c32 改进Query类的find方法数据缓存机制 2017-01-30 15:38:15 +08:00
thinkphp
e5b42f95c5 改进Query类after_insert after_updata after_delete before_select before_find 回调方法的参数 统一传入$options['data'] 2017-01-30 14:53:16 +08:00
thinkphp
85245fdf35 改进Query类的after_insert回调方法参数 2017-01-30 14:37:28 +08:00
thinkphp
96238de8e3 改进Query类after_update回调方法 2017-01-30 14:33:56 +08:00
thinkphp
ff85b8c3cf 改进after_insert回调方法的参数 传入最终的data数据 包括自增ID 2017-01-30 14:29:12 +08:00
thinkphp
f12adbb943 改进Query类的自动缓存更新 2017-01-30 13:31:05 +08:00
thinkphp
57ff2d9fc5 Merge branch 'master' of https://github.com/top-think/framework 2017-01-30 08:34:33 +08:00
thinkphp
ba4c5d39b4 Model类增加readonly方法 2017-01-30 08:33:55 +08:00
ThinkPHP
eb5673878b Merge pull request #458 from hldh214/patch-2
修复闭包查询条件为空导致的 sql 语法错误
2017-01-30 08:19:21 +08:00
thinkphp
8a06e801c8 改进模型类的get和all方法 第二个参数为true或者数字表示缓存参数 2017-01-29 18:45:56 +08:00
Jim Liu
47bfd562fe 修复闭包查询条件为空导致的 sql 语法错误 2017-01-29 17:24:06 +08:00
thinkphp
9a308b94e3 改进Query类delete方法的缓存标识读取 2017-01-29 17:01:51 +08:00
thinkphp
e192f97a6d 修正Query类的update和delete方法的自动缓存清理 2017-01-29 16:40:03 +08:00
thinkphp
79fb229181 全局请求缓存添加排除规则 添加request_cache_except配置参数 2017-01-26 20:38:22 +08:00