Hi ,
I want set the image for my project for different users login,how to set image for this,am taking image field in database .
Page 1 of 1
IMAGE set the image for different users
#2
Posted 28 March 2012 - 05:21 AM
Try this :
echo CHtml::image(Yii::app()->request->baseUrl.$model->image,$model->image,array("title" => $model->image));
echo CHtml::image(Yii::app()->request->baseUrl.$model->image,$model->image,array("title" => $model->image));
Share this topic:
Page 1 of 1

Help










