thinkphp
|
d34d9ec12f
|
Route类支持 设置多个请求类型的支持
|
2013-04-10 17:49:26 +08:00 |
|
thinkphp
|
ff12dd48f2
|
Think\Route类调整 完善对rest路由规则的定义支持 增加自定义检测机制
|
2013-04-10 17:19:30 +08:00 |
|
thinkphp
|
279ce15d21
|
Route类的register方法调整 路由定义规则调整 增加option参数 可以设置更多匹配条件
|
2013-04-09 21:25:21 +08:00 |
|
thinkphp
|
55f18287c7
|
域名部署规则支持闭包函数
|
2013-04-07 22:19:49 +08:00 |
|
thinkphp
|
638f5b5fbe
|
Think\Route类增加子域名部署检测功能(针对模块)
|
2013-04-07 21:28:03 +08:00 |
|
thinkphp
|
dcb7fa34f2
|
取消Think\Route类的import方法
|
2013-03-25 22:21:32 +08:00 |
|
thinkphp
|
fb15a8f487
|
Think\Route的add方法更名为register方法 并支持批量注册功能(仅限于单个请求类型)
同时 get post put delete 和any 方法均支持 批量注册功能
|
2013-03-25 22:07:55 +08:00 |
|
thinkphp
|
45e320f0c4
|
Think\Route类的map方法支持批量添加映射规则 import方法添加第二个参数指定路由规则的请求类型,默认为get
|
2013-03-25 21:35:42 +08:00 |
|
thinkphp
|
67fe684845
|
注释修改
|
2013-03-25 21:06:14 +08:00 |
|
thinkphp
|
fa5afa1d11
|
改进Think\Route类的闭包定义和调用 支持传入参数
|
2013-03-25 21:03:01 +08:00 |
|
thinkphp
|
f426a438cf
|
改进Think\Route类 支持url映射定义
|
2013-03-25 16:53:53 +08:00 |
|
thinkphp
|
a28899656b
|
Think\Route类改进 增加add等方法用于注册路由规则 并添加请求类型支持 路由规则支持闭包
|
2013-03-25 14:37:02 +08:00 |
|
thinkphp
|
dec45af1aa
|
pathinfo URL规则修改还原
|
2013-03-14 14:42:55 +08:00 |
|
thinkphp
|
90fac61dea
|
添加url_pathinfo_rule参数用于设置模块的PATHINFO URL规则
例如:
'url_pathinfo_rule' => 'c/id?a=index',
|
2013-03-14 14:14:41 +08:00 |
|
thinkphp
|
7b1541e1f8
|
Controll更改为Controller
|
2013-03-13 17:46:03 +08:00 |
|
thinkphp
|
b2b4edaee0
|
测试
|
2013-03-13 14:15:52 +08:00 |
|