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 array. On Feb 4, 7:49 am, Maulik <[email protected]> wrote: > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
