当前位置: 首页 > 工具软件 > YiiBlog > 使用案例 >

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

汪坚
2023-12-01

{full URL}

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

 <br/>

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

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

{createUrl()}

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

{createAbsoluteUrl()}

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

 

转载于:https://www.cnblogs.com/chendcwf/archive/2011/10/21/2220477.html

 类似资料: