Hi everyone!

I had a running simple application in wich you were able to see images
in an image gallery. The problem started when I tried to add a Thumb
image. I changed the model in my database by adding a new column
'thumb_url' so I could save the thumb address of an image. The thing
is that I can't get to save nor read anything in/from that new column
(I'm doing exactly the same than before but with one extra line: $this-
>data['new']['thumb_url'] = $thumb_url;).
Is there any other thing that I should do to force cake to recognize
that new column??

I would really appreciate some help here!!

Thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to