What is the difference between homeUrl and baseUrl in Yii framework?

raghul picture raghul · Sep 19, 2012 · Viewed 26.5k times · Source

What is the difference between homeUrl and baseUrl in Yii framework?

Answer

Einlanzer picture Einlanzer · May 8, 2013
Yii::app()->getBaseUrl(true);   // => http://localhost/yii_projects
Yii::app()->getHomeUrl();       // => /yii_projects/index.php
Yii::app()->getBaseUrl(false);  // => /yii_projects

This is the best practice in pointing directory of images etc. or the file itself rather than hardcoding the path which can change name"