Re: saveAll() Problems

2008-02-22 Thread Doug @ Straw Dogs
It doesn't use associations in this case. I only want it to save multiple records to one table. Any ideas - anyone? On Feb 21, 6:15 pm, Samuel DeVore [EMAIL PROTECTED] wrote: it might also help to show us the way you have the models associated. Have you looked at the book section on

Re: saveAll() Problems

2008-02-22 Thread Samuel DeVore
Then you;ll have to look the array your self I think, no magic for you :( Just remember to call create on the model before each save Sam D On Fri, Feb 22, 2008 at 2:08 AM, Doug @ Straw Dogs [EMAIL PROTECTED] wrote: It doesn't use associations in this case. I only want it to save multiple

Re: saveAll() Problems

2008-02-21 Thread Samuel DeVore
it might also help to show us the way you have the models associated. Have you looked at the book section on associations and saving data? http://book.cakephp.org/view/66/models#associations-78 Sam D On Thu, Feb 21, 2008 at 5:41 AM, Doug @ Straw Dogs [EMAIL PROTECTED] wrote: I've been