IIRC I dont think you can do saveAll past 2 levels. d.
On May 14, 2:52 pm, antte <[email protected]> wrote: > I have Registrations which hasMany Invoices which hasMany Items and so > im trying to saveAll (from the registration model) this data: > > Array ( > [Registration] => Array( > [event_id] => 7 > [number] => S4D3A2 > ) > [Invoice] => Array( > [0] => Array( > [expiry_date] => 2010-06-13 13:29:14 > [Item] => Array( > [0] => Array( > [price] => 455.5 > [description] => blabla > ) > [1] => Array( > [price] => 455.5 > [description] => blabla2 > ) > ) > ) > ) > ) > > The save just stops after Invoice. > > Yes, i have the right associations both ways. > Yes, all my tables and fields are named correctly. > > Can anybody save me? > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with > their CakePHP related questions. > > 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 > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
