If I do $this->Classified->set($this->data) again, before calling the
save() function, the 'otherfield' is correctly saved:
$this->data['Classified']['otherfield'] = 'test';
$this->Classified->set($this->data);
if($this->Classified->validates()){
$this->Classified->set($this->data);
if($this->Classified->save($this->data['Classified'])){
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---