Hello I was wondering what the logic would be to save to multiple tables from one row, for example:
if a form has a address, username and password. I would want to keep the address in the address table and the username and password in the user table. Would I need to call 2 separate Save calls in my post logic or is there a way to tie two tables together in the model? I realize that there is $belongsTo but from what I understand thats just for retreving and not saving? Let me know I am a experenced PHP programer but new to cake, so far im liking it alot but just need to know how to structure things like this. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
