Yii Get Base Url : You can get Base url using the Yii::app()->baseUrl method
Syntax : Yii Get Base Url
$baseUrl = Yii::app()->baseUrl; echo $baseUrl;
You can use the above method to get base url.
Yii Get Base Url : You can get Base url using the Yii::app()->baseUrl method
$baseUrl = Yii::app()->baseUrl; echo $baseUrl;
You can use the above method to get base url.