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 |
|