'urlManager'=>array(
'urlFormat'=>'path',
'showScriptName'=>true,
'rules'=>array(
'show'=>'Cardpeople/list',
),
),
我是这样写的 目前URL是 index.php/cardpeople/show/id/192
我想转成这样 index.php/cardpeople/show?id=192