To get the Base URL within the Yii Framework use the following code

<?php echo Yii::app()->request->baseUrl; ?>

This can be called from anywhere within your Yii Framework application