yii生成路径(来自http://yiiblog.info)

{full URL}

1 http://localhost/yii_lab/index.php?r=lab/urlBoyLeeTest

 <br/>

{Yii::app()->request->hostInfo}

1 echo(Yii::app()->request->hostInfo);
2 //out => http://localhost

{createUrl()}

1 echo $this->createUrl('urlBoyLeeTest');
2 //out => /yii_lab/index.php?r=lab/urlBoyLeeTest

{createAbsoluteUrl()}

1 echo $this->createAbsoluteUrl('urlBoyLeeTest');
3 //A+B ^&^

 

posted @ 2011-10-21 16:58  一片净土  阅读(205)  评论(0编辑  收藏  举报