我的网址是这样的
<a href="<?=$baseurl?>follow_up/print_qttn_details/<?=$qid?>/<?=$cname?>/<?=$qstatus?>/" target="_new">Image</a>
我在控制器中的功能是
function print_qttn_details($key=NULL,$search_key=NULL,$qstatus=NULL){}
在传递 cname 和 qstatus 的值时,这些值仅在 $key vairable 和
不在 $search_key 和 $qstatus 中。
为什么会这样?