$this->data['Release']['name'] = 'dfasf';
$this->data['Release']['date'] = 'dsfsdf';
$this->Release->save($this->data);
$this->data['Release']['name'] = 'dsfewfew';
$this->data['Release']['date'] = 'dbrere';
$this->Release->save($this->data);
when I do such thing in a function ,it always save only the last one
and ignore the others
what's wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---