当前的url 是 http: //phpdev.com/index.php?r=administrator/project/index
这是view
<form action="<?php echo $this->createUrl(‘project/index’)?>" method=“get”>
<input name="keyword" type="text" id="keyword" />
<input name="" type="submit" value="搜索" />
</form>
点击搜索后URL变成了 http: //phpdev.com/index.php?keyword=a
不是提交到这里 http: //phpdev.com/index.php?r=administrator/project/index 请问怎么解决这个问题
[size="4"]不想用POST做,请教使用get的做法[/size]