hi there,

i have the following in my authors_controller

$this->Author->$id = $id;
$this->Author->saveField('image', $imageData['subdir']."/".
$imageData['file_name']);

but each time i get a new record, instead of an update.

[DEBUG]

INSERT INTO `authors` (`image`,`created`,`modified`) VALUES
('45f296561223a/foto_75x100.jpg','2007-03-10 12:28:22','2007-03-10
12:28:22')

[DEBUG]

what's wrong here ?

thanks, jyrgen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to