Yii::app()->request->baseUrl和 Yii::app()->baseUrl的区别 [ 新手入门 ]
请教Yii::app()->request->baseUrl和 Yii::app()->baseUrl这两个东西有区别吗?
共 6 条回复
-
一样的 看源代码
/** * Returns the relative URL for the application. * This is a shortcut method to {@link CHttpRequest::getBaseUrl()}. * @param boolean $absolute whether to return an absolute URL. Defaults to false, meaning returning a relative one. * @return string the relative URL for the application * @see CHttpRequest::getBaseUrl() */ public function getBaseUrl($absolute=false) { return $this->getRequest()->getBaseUrl($absolute); }
webyjh
注册时间:2011-12-12
最后登录:2016-10-06
在线时长:1小时45分
最后登录:2016-10-06
在线时长:1小时45分
- 粉丝2
- 金钱1090
- 威望0
- 积分1100