Yii::app()->getBaseUrl(true); // => http://localhost/yii_projectsYii::app()->getHomeUrl(); // => /yii_projects/index.php Yii::app()->getBaseUrl(false); // => /yii_projects
No comments:
Post a Comment