Commit Graph

2954 Commits

Author SHA1 Message Date
thinkphp
961b7c1bd0 View类增加config方法用于设置模板引擎参数 模板引擎驱动增加config接口方法 2016-09-08 17:03:25 +08:00
thinkphp
83ad0ced1b 改进Query类的分页方法 支持参数绑定 2016-09-07 19:22:10 +08:00
thinkphp
8ce128cc3e 改进单元测试 2016-09-07 12:45:51 +08:00
thinkphp
f913450da8 定义了路由规则的URL原地址禁止访问 改进分组路由的路由自动标识 2016-09-07 12:34:10 +08:00
thinkphp
fc0c563706 改进Query类的gettableinfo方法 2016-09-07 11:52:24 +08:00
thinkphp
185961821a 改进Relation类 2016-09-07 11:49:19 +08:00
thinkphp
f84998cae7 Loader类db方法增加name参数 2016-09-07 10:53:06 +08:00
ThinkPHP
fa1199a575 Merge pull request #274 from lilwil/master
修正两处注释
2016-09-07 10:39:59 +08:00
amc
dbd839cfee 修正两处注释 2016-09-07 08:52:44 +08:00
yunwuxin
3bfa4a19f0 前置操作不存在时抛出异常 2016-09-06 17:15:43 +08:00
thinkphp
6b8e9419b1 改进Url地址生成 2016-09-06 11:07:40 +08:00
thinkphp
6b38ee57e7 redirect助手函数 仍然返回response对象 2016-09-06 10:57:36 +08:00
thinkphp
a95e27a7f4 改进 2016-09-05 18:03:59 +08:00
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