Re: how to view the image on page from database

2009-02-05 Thread Maulik
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

Re: how to view the image on page from database

2009-02-04 Thread housebolt
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

how to view the image on page from database

2009-02-04 Thread Maulik
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