Loading a picture in yii 1

Hello, please I’m a yii newbie and I’m willing to load a picture to my browser unsuccessfully. I specified the path to the picture, this is the piece of code I’m using for that.

<?php

 &#036;path = Yii::app()-&gt;request-&gt;baseUrl.&quot;/&quot;.&quot;images&quot;.&quot;/&quot;.&quot;pic1.jpg&quot;;


 


 echo CHtml::image( dirname(&#036;path), &quot;image not found&quot;, array('width'=&gt;'100px','height'=&gt;'100px','title'=&gt;'alien') );

?>