Yii Get Base Url


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.


Advertisements

Add Comment

📖 Read More