Images not appearing in WAMP/Localhost

Project is done in Yii Framework, however i am been told by my developer that the Yii framework installation is not required.

so i have WAMP installed, and all my other UI designs are working fine.

However this Yii framework project is showing up without the images. please see attached. appreciate if help to solve this issue.

You need to use "baseUrl":


echo CHtml::image(Yii::app()->baseUrl . '/images/logo.png', 'Logo');