Re: Saving to multiple tables from one form

2008-09-18 Thread bartez
tbudzins, Have a look at this section here: http://book.cakephp.org/view/84/Saving-Related-Model-Data-hasOne-hasMany-belongsTo If for example, if the address belongs to username and password then save the parent first. good luck a --~--~-~--~~~---~--~~ You recei

Saving to multiple tables from one form

2008-09-17 Thread tbudzins
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