In Cake docs there are said: 'Saving related data with saveAll() will only work for directly associated models.". Ok, but could I save related data with different relation types at the same time? Is it save?
Example. I have an "User" model and I want to create new user. The user is "hasMany" related to "History" model, the User is "belongTo" related to "City" model, and the "User" i HABTM related to "Store" model. When I'm creating new user I want to save all this data, related to User with one saveAll use. What are your experiences with this issue? -- Raph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
