Commit Graph

3240 Commits

Author SHA1 Message Date
thinkphp
650eff7232 修正input助手函数 2016-10-30 22:08:32 +08:00
thinkphp
9710abaf02 Merge branch 'master' of https://github.com/top-think/framework 2016-10-30 10:11:42 +08:00
thinkphp
223a48b6b8 改进Query类join和view方法 2016-10-30 10:11:12 +08:00
ThinkPHP
30ce5372d6 Merge pull request #336 from clyoko/master
Db类完善注释
2016-10-29 09:35:48 +08:00
thinkphp
e3dd324b94 Merge branch 'master' of https://git.topthink.com/topteam/framework 2016-10-29 09:26:21 +08:00
HyperQing
a4ec5cafa0 Db类完善注释 2016-10-29 09:26:02 +08:00
thinkphp
05e341a80d 改进Query类的join方法 2016-10-29 09:24:34 +08:00
HyperQing
d748b9966e Merge pull request #1 from top-think/master
update thinkphp
2016-10-28 20:13:24 -05:00
thinkphp
d392d310e3 版本还原 2016-10-28 15:07:45 +08:00
thinkphp
dba952b608 路由增加角色参数 增加getRole方法获取路由的角色 2016-10-28 14:58:25 +08:00
thinkphp
e2de014dd1 改进 2016-10-28 11:19:44 +08:00
thinkphp
796921a4b0 Route类增加setOption和getOption方法 用于记录当前路由执行过程中的参数信息 2016-10-28 10:46:44 +08:00
thinkphp
756992ef2e cache助手函数支持清空操作 cache(null) 或者 cache(null,'tagName'); 2016-10-27 14:39:26 +08:00
thinkphp
eed8bfb12d 改进Config类load方法 一级配置名称强制转为小写 2016-10-27 14:18:44 +08:00
thinkphp
40dd37e374 版本号更新为5.0.3beta 2016-10-27 14:10:25 +08:00
thinkphp
b2e2d440ed 修正Url多次生成的问题 2016-10-27 10:42:50 +08:00
thinkphp
741ef90a3d 改进Url类 2016-10-27 10:38:43 +08:00
thinkphp
4ca0e81d31 File类 兼容性处理 2016-10-26 20:05:04 +08:00
thinkphp
c977af7921 优化路由分组方法 2016-10-26 18:11:38 +08:00
thinkphp
9062808a05 改进分组路由的url生成 2016-10-26 17:44:15 +08:00
thinkphp
82b94b555f 改进 2016-10-26 12:10:35 +08:00
thinkphp
087e968b80 改进Query类where方法 2016-10-26 11:34:36 +08:00
thinkphp
39cbbc0a38 改进Url类 域名部署url生成 URL生成不依赖 url_domain_deploy 配置参数 2016-10-26 11:09:49 +08:00
thinkphp
31aae17f55 改进App类的空操作方法调用 2016-10-26 08:45:25 +08:00
thinkphp
97fbbbc0e3 修正Url类域名部署的问题 2016-10-26 08:29:25 +08:00
thinkphp
d96a037e49 视图文件目录支持集中式存放 不放入模块目录 2016-10-25 23:56:17 +08:00
thinkphp
d8c25a7970 cache助手函数支持 remember方法 ,用法为:
cache('?name',function(){
   return 'value';
});
或者
cache('?name','value);
2016-10-25 23:15:41 +08:00
thinkphp
a3f80621b5 改进Query类的paginate方法 2016-10-25 22:54:40 +08:00
thinkphp
535e17b1a0 修正软删除withTrashed方法 2016-10-25 20:42:21 +08:00
thinkphp
2477345218 优化Connection类的getRealSql方法生成的sql 2016-10-25 14:46:02 +08:00
thinkphp
6e5d83d513 资源路由自动注册的路由规则 记录当前使用的 资源标识 使用 路由参数 rest 获取 2016-10-24 18:13:35 +08:00
thinkphp
0674c77498 改进Query类的view和join方法 v5.0.2 2016-10-24 14:15:09 +08:00
thinkphp
4e8467b830 增加 新的RouteNotFoundException异常 2016-10-24 11:12:02 +08:00
thinkphp
fa2bc7343d 配置调整 2016-10-24 07:11:16 +08:00
thinkphp
aca32d1da3 路由条件增加ajax和pjax 2016-10-23 23:40:36 +08:00
thinkphp
8f6cee67ed 路由请求类型改为小写 2016-10-23 22:29:11 +08:00
thinkphp
4865355dfc 改进Route类parseUrl方法 2016-10-23 22:10:53 +08:00
thinkphp
747b7fe7fa 改进绑定支持绑定到控制器分级 2016-10-23 21:53:10 +08:00
thinkphp
ae7a9a08a7 改进Route类rules方法 2016-10-23 13:22:40 +08:00
thinkphp
70e534f2fb 改进Route类 2016-10-22 21:02:04 +08:00
thinkphp
b5b5390832 完善绑定模块情况下 路由标识识别 2016-10-22 20:24:55 +08:00
thinkphp
d961dd9765 改进路由类的parseUrl方法 2016-10-22 20:05:51 +08:00
thinkphp
79d640f3a9 修正Route类name方法 2016-10-22 19:53:48 +08:00
thinkphp
9c57100d67 路由标识不区分大小写 2016-10-22 19:42:55 +08:00
thinkphp
a6f72f9ce2 改进App类的反射异常无法捕获问题 2016-10-22 15:02:10 +08:00
thinkphp
11f750071c 修正Query类一处错误 2016-10-22 13:25:31 +08:00
thinkphp
eb103a63a5 改进Request类ip方法 2016-10-22 13:21:49 +08:00
thinkphp
04149e3cce 改进session助手函数 2016-10-22 13:15:14 +08:00
thinkphp
463dda9d01 改进路由域名绑定后的url生成 2016-10-22 12:58:05 +08:00
thinkphp
2c15118f60 改进Query类的join方法 2016-10-21 23:18:29 +08:00