I am creating a project in Yii. I am having table as Dnymedia with fields as,
Dnymedia
-mediaId
-mediaPath
-contentTitleId
Suppose I have media path stored as="F:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures"
How do I display this image as output? I don't need to display it in view. I just want to display the image as output of the controller's action in Yii.