Thanks, we have done it !!
housebolt wrote:
> echo $html->image($this->data['Model']['image_url'], array
> ('alt'=>'description'));
>
> Make sure you have pulled the image url into a view var first (like
> $this->data or by using $this->set() in your controller), and also
> make sure the htmlhelp
echo $html->image($this->data['Model']['image_url'], array
('alt'=>'description'));
Make sure you have pulled the image url into a view var first (like
$this->data or by using $this->set() in your controller), and also
make sure the htmlhelper is activated in your controller under the
$helpers ar
hello guys !!
i have a problem for viewing the image from the url link saved in
database ? how to do that ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cake-ph