Commit Graph

1296 Commits

Author SHA1 Message Date
thinkphp
6cec513b10 修正Url类路由分组的情况 2016-05-10 11:57:35 +08:00
thinkphp
054af31455 改进异常模板 和 修正 重复的页面trace输出 2016-05-10 11:20:11 +08:00
thinkphp
16355d9aca 修正Request 2016-05-10 10:50:59 +08:00
thinkphp
4a3ddd4353 改进Input类和request类的file方法 2016-05-10 10:49:32 +08:00
thinkphp
c305b11d1b 改进Request类 2016-05-09 23:19:41 +08:00
尘缘
5407d18f80 Merge branch 'master' of https://github.com/top-think/framework 2016-05-09 19:37:38 +08:00
尘缘
6d46bf3276 部分重构Redisd驱动 2016-05-09 19:37:02 +08:00
yunwuxin
bd8d09d8e8 修正命令行hasOption方法 2016-05-09 18:25:50 +08:00
尘缘
3868b6e771 Merge branch 'master' of https://github.com/top-think/framework 2016-05-09 18:06:52 +08:00
yunwuxin
4600c3179e 修正build命令 2016-05-09 17:59:22 +08:00
yunwuxin
efcda39795 修正分页类 2016-05-09 17:32:03 +08:00
尘缘
9468a60d74 Merge branch 'master' of https://github.com/top-think/framework 2016-05-09 16:35:46 +08:00
yunwuxin
67fd89cace 修正分页类 2016-05-09 12:32:10 +08:00
thinkphp
4633f240d0 query类增加fetchClass方法用于指定返回数据集类型 2016-05-09 12:22:34 +08:00
thinkphp
e7839557c6 驱动改进 2016-05-09 12:01:41 +08:00
thinkphp
ae908199eb 数据库配置参数增加resultset_type 用于设置数据集的返回类型 2016-05-09 11:56:22 +08:00
thinkphp
144a6132e6 Db类增加RESULTSET_ARRAY RESULTSET_COLLECTION 和 RESULTSET_CLASS 常量
数据库Connection类增加resultSetType属性定义 支持设置数据集返回类型
2016-05-09 11:45:00 +08:00
thinkphp
6723257a4b 修正Query类的find方法一处警告错误 2016-05-09 10:01:00 +08:00
尘缘
2fcd752d33 redisd handler方法允许指定主从节点 2016-05-08 23:43:47 +08:00
尘缘
fb420d5acf redisd get方法允许指定主从节点 2016-05-08 23:32:18 +08:00
尘缘
cb7f4e8d57 修复一处redisd master 返回的错误对象 2016-05-08 23:29:06 +08:00
尘缘
dccca49419 Merge branch 'master' of https://github.com/top-think/framework 2016-05-08 23:21:57 +08:00
thinkphp
6e9a18955b 修正Model类 2016-05-08 22:42:43 +08:00
thinkphp
6136572b6e 改进model类 2016-05-08 22:24:40 +08:00
thinkphp
cdfe0a5e96 Model类的get和all方法支持直接使用数组条件查询 改进relation的参数 2016-05-08 22:20:17 +08:00
尘缘
481f05a162 Merge branch 'master' of https://github.com/top-think/framework 2016-05-08 13:21:14 +08:00
yunwuxin
6ca3dad850 修正模板标签解析
新增几个常用的数组处理方法
2016-05-08 12:36:08 +08:00
尘缘
caf86af6b2 fix Undefined variable: value 2016-05-08 11:10:23 +08:00
ThinkPHP
422b3dee6b Merge pull request #62 from vus520/master
优化redis缓存驱动及单元测试
2016-05-08 09:12:28 +08:00
尘缘
b5d7338bce 优化 redis set,redis不能设置一个 expire 为 0 的key 2016-05-08 08:50:37 +08:00
尘缘
0061f52a31 优化 redis connect time, redis扩展已兼容time参数 2016-05-08 08:48:49 +08:00
ThinkPHP
bec4595914 Merge pull request #51 from shenfakuan/master
修改在使用域名路由时,url方法结果不正确的bug(优化parseDomain)
2016-05-08 08:44:52 +08:00
尘缘
8bc451d21c 统计TP文件注释,统一psr2换行规范 2016-05-08 07:58:06 +08:00
尘缘
72398312b2 Socketlog统一注释 2016-05-08 07:48:58 +08:00
尘缘
5a3721e4e9 优化几个注释,其它文件太多了,改不过来啊 2016-05-08 07:35:10 +08:00
尘缘
8410162e3a 修复一处变量错误命名 2016-05-08 07:29:26 +08:00
thinkphp
2862f07ce9 改进Route Response和request类 2016-05-07 22:34:08 +08:00
thinkphp
02e8b2e8d0 Request类增加url方法 Response类增加sendHttpStatus方法 2016-05-07 22:06:17 +08:00
thinkphp
044ef6098c 修正request类dispatch方法bug 2016-05-07 18:33:30 +08:00
thinkphp
3b3751f3d5 改进App类 2016-05-07 18:20:04 +08:00
thinkphp
f495332abc Merge branch 'master' of https://github.com/top-think/framework 2016-05-07 17:42:07 +08:00
thinkphp
5e239e934f 增加Request类 2016-05-07 17:41:39 +08:00
Chino Chang
40ee791221 Merge pull request #57 from vus520/master
redis cache 优化
2016-05-07 15:55:20 +08:00
thinkphp
388c595f5f 改进Response类的type方法 2016-05-07 12:59:48 +08:00
thinkphp
0ab483d67b 改进Input类对file的支持 Validate类增加file fileSize fileExt fileMime验证规则 增加File类 2016-05-07 10:15:16 +08:00
thinkphp
ac97882da9 修正Relation的save方法 2016-05-06 23:31:01 +08:00
thinkphp
5bcc13a273 Template类改进layout方法 2016-05-06 21:45:13 +08:00
yunwuxin
896b568533 集合类 添加几个常用的数组方法 2016-05-06 19:02:21 +08:00
thinkphp
f9f53c032b 增加UploadFile类 2016-05-06 18:50:50 +08:00
thinkphp
0c0e485d50 调整下Error类的trace输出 2016-05-06 18:48:59 +08:00