Hi all, Picture this. Model A has one of Model B and has many of Model C. When i save Model A with data that contains information for model B and model C, I expect that calling saveAll() on model A will save the data for models B and C accordingly. If in the first save, i create model A and an associated model B (hasOne) and 5 associated model C (has many), is there a way in CakePHP that will allow me to delete the associated Model B and some of the associated model C just by not returning their data to saveAll() of updateAll()? Thanks
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
