Commit Graph

2941 Commits

Author SHA1 Message Date
thinkphp
ce8682181c 修正redirect助手函数 2016-09-05 18:00:10 +08:00
thinkphp
0d12b8b394 redirect助手函数抛出HttpResponseException异常 不需要使用return 2016-09-05 17:43:31 +08:00
thinkphp
6679b45451 改进 2016-09-05 16:36:33 +08:00
thinkphp
04e364c3b7 改进默认模板文件的读取 控制器目录为小写规范 2016-09-05 16:36:08 +08:00
thinkphp
bd8b22414e 修正单元测试 2016-09-05 16:33:15 +08:00
thinkphp
bd0968b407 改进Request类获取当前请求的控制器名 2016-09-05 16:07:14 +08:00
thinkphp
3e062ed3a7 Request类create方法改进,增加单元测试 2016-09-05 15:40:46 +08:00
thinkphp
c23a0d6c89 配置缓存指令改进 去除公共函数文件中的注释和空白 2016-09-04 19:37:56 +08:00
thinkphp
f6adcfa4bf cache助手函数增加tag参数 2016-09-03 22:12:42 +08:00
thinkphp
5fb0ea7c7d 页面trace支持 环境变量设置 2016-09-03 22:01:38 +08:00
thinkphp
0e4549fe76 Query类cache方法增加第三个参数 用于设置缓存标签 2016-09-03 21:41:33 +08:00
thinkphp
26146d06f5 简化日志信息 2016-09-02 17:04:33 +08:00
thinkphp
cf5809838d 日志信息隐藏数据库密码 2016-09-02 16:55:07 +08:00
thinkphp
64c3c73d76 改进Model类的autoWriteTimestamp方法 2016-09-02 15:10:22 +08:00
thinkphp
8cccde2062 改进App类的bindParams方法 2016-09-02 14:24:02 +08:00
thinkphp
7d9b65e63b 改进Query类的find方法 2016-09-02 12:26:55 +08:00
thinkphp
4bde059d08 改进Request类的type方法判断 2016-09-02 12:24:40 +08:00
thinkphp
6d18c644ac Merge branch 'master' of https://github.com/top-think/framework 2016-09-02 11:11:33 +08:00
thinkphp
62cb8165f3 改进Model类一处bug 2016-09-02 11:11:07 +08:00
ThinkPHP
0043338ae9 Merge pull request #271 from dingdayu/master
增加cache/session redis驱动的库选择 fixed #253
2016-09-02 10:48:55 +08:00
dingdayu
07a30734a3 fixed #253
* 增加cache/session redis驱动的库选择逻辑;
* hint: 需要在缓存配置(cache节点)中增加'select';
* eg: ['cache' => ['select'=>0, ...]];
2016-09-01 17:43:53 +08:00
thinkphp
1430cd1da1 config助手函数支持 config('?name') 用法 2016-09-01 15:06:29 +08:00
thinkphp
ca71a4e3c7 memcached驱动的配置参数支持option参数 2016-09-01 14:04:27 +08:00
thinkphp
da4b98fca7 改进Query类的查询方法 2016-09-01 13:31:30 +08:00
thinkphp
f317df1506 取消别名定义文件 2016-09-01 11:39:02 +08:00
thinkphp
84b1f8c6ea 单元测试调整 2016-09-01 11:17:32 +08:00
thinkphp
51452be436 配置参数读取的时候取消环境变量判断 需要读取环境变量的时候使用 2016-08-31 19:11:31 +08:00
thinkphp
a7707e1843 增加Env类 2016-08-31 18:49:25 +08:00
thinkphp
10a323b2c1 修正sqlsrv驱动 2016-08-31 18:00:45 +08:00
thinkphp
655e6fb38f 改进Query类的查询方法 2016-08-31 17:52:32 +08:00
thinkphp
a98bc943fc 改进Model类的data方法 批量赋值数据的时候 清空原始数据 2016-08-31 15:35:06 +08:00
thinkphp
a322533596 删除sqlsrv驱动的parseOrder方法 2016-08-31 15:24:20 +08:00
thinkphp
389b4c7dd2 环境变量定义文件更改为 .env 不再使用php数组方式定义 改为兼容ini格式定义(支持数组方式) 2016-08-31 11:43:05 +08:00
thinkphp
b59649d128 改进Query类的select方法 2016-08-30 12:08:31 +08:00
thinkphp
d10b2bc899 改进trace调试驱动 2016-08-30 11:50:07 +08:00
thinkphp
64581a05f2 改进File和Lite缓存驱动的has方法判断 2016-08-30 10:35:19 +08:00
thinkphp
d6eec5d568 改进Cache类的connect方法 2016-08-29 18:16:40 +08:00
thinkphp
fa1b46a763 系统错误更新 2016-08-29 16:57:19 +08:00
thinkphp
224ab7b0fa 改进Model类的has和hasWhere方法对join类型的支持 2016-08-29 15:59:35 +08:00
thinkphp
bb3b9a4284 改进Query类的select方法的返回结果集判断 Connection类增加getNumRows方法 2016-08-29 11:32:43 +08:00
thinkphp
5725e21caf 改进Query类的field方法 2016-08-24 18:07:03 +08:00
thinkphp
dead0d561f 改进Query类 2016-08-24 17:10:19 +08:00
thinkphp
29bd46caf5 改进模型的字段信息定义第二次查询不生效的问题 2016-08-24 16:12:05 +08:00
thinkphp
ee4960af78 改进Query类的getTableInfo方法 2016-08-24 15:35:55 +08:00
thinkphp
5fcb550c2c 改进Url类的parseDomain方法 2016-08-24 12:39:23 +08:00
thinkphp
242c8bf7c6 Route类的name方法支持批量设置 2016-08-23 22:17:08 +08:00
thinkphp
dda1faaa2e 修正 2016-08-23 18:49:39 +08:00
thinkphp
438bc3c7bd Route类的name方法返回值注释修改 2016-08-23 18:44:18 +08:00
thinkphp
c7516b9c03 单元测试改进 2016-08-23 18:42:53 +08:00
thinkphp
cf5386de70 改进单元测试 2016-08-23 18:35:41 +08:00