Hi...
Is it possible to insert multiple records in a single save().

For example:
I need to insert the following array in a single save():
$this->data = Array('Model' =>
                              Array(
                                       Array('office_id' => '7',
'name' => '666', 'description' => 'aaaa1'),
                                       Array('office_id' => '7',
'name' => '222', 'description' => 'bbb1'),
                                       Array('office_id' => '7',
'name' => '333', 'description' => 'ccc1')
                                      )
                               );
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to