URL 路由怎么使用

'urlManager'=>array(

'urlFormat'=>'path',


'showScriptName'=>true,


'rules'=>array(	

                'show'=>'Cardpeople/list',

            ),

),

我是这样写的  目前URL是 index.php/cardpeople/show/id/192

我想转成这样 index.php/cardpeople/show?id=192

有个参数可以设置,让get 的parameter还是保持原来。

'appendParams'=>false