$this->ModelA->save('ModelA' => $data['ModelA'],true);
$this->ModelB->save('ModelB' => $data['ModelB'],true);
As far as I know no other way around the save and double validation.
If there was a CakePHP cascade option I am sure it would just be a
shortcut to writing these two lines. And then that would pose more
problems that solutions.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---