createurl将多个参数放进一个数组中,chtml::link直接向后累计添加(不放进数组)1.createurl和createabsoluteurlcreateurl生成的是相对路径createabsoluteurl生成的是绝对路径在mvc中
$this->createurl
在yii中使用
yii::app()->createurl
'1', 'news_type'=>'boy', 'title' => '123' ]; ?>$companynew->id,'news_type'=>$companynew->news_type)) ?> title=title ?>>链接
生成的html
链接
2.chtml::link
'cc','q'=>'dd'),array('target'=>'_blank'));?>
生成的html
链接
3.chtml::linkbutton
array('controller/action','param'=>'value1'), 'confirm'=>are you sure?,));?>
生成的html
linkname/**/
