我現在的路由設定是
<code> array('default/detail', 'pattern'=>'detail/onlineId=<onlineId>', 'verb'=>'GET')</code>
url是http:xxxx/detail/onlineId=1234
如果我想把url 改成http:xxxx/detail?onlineId=1234
該怎麼修改路由的設定。官網沒看到怎麼改。
我現在的路由設定是
<code> array('default/detail', 'pattern'=>'detail/onlineId=<onlineId>', 'verb'=>'GET')</code>
url是http:xxxx/detail/onlineId=1234
如果我想把url 改成http:xxxx/detail?onlineId=1234
該怎麼修改路由的設定。官網沒看到怎麼改。
array('default/detail', 'pattern'=>'detail?onlineId=