Application Directory Base Path And Base Url

Getting Base url


 eg :/home/nishantht/public_html/demo/protected


Yii::app()->basePath ;




and base path


 

eg :/demo


Yii::app()->baseUrl ;