我的地址是:http://localhost/test/User/Index/Index/uid/shineforce
我路由设置好后:http://localhost/test/User/shineforce
但是我使用$_GET['uid'] 就获取不到uid这个shineforce的值了 当然用I方法也不行啊。。
路由我是怎么设置的
'URL_ROUTE_RULES' =>array(
'User/:name' => 'User/Index/Index/Index',
),
那位高手能指点下,在下先说声谢谢了~