Re: Saving multiple database records from a single form.

2007-05-01 Thread Toad
Thanks for your reply alan. Actually i thought about that. But was hoping there is some easier solution using cake features. Maybe this should be a feature request? On Apr 30, 11:44 pm, alan <[EMAIL PROTECTED]> wrote: > I would think that you would need to do some custom parsing here... I > usua

Re: Saving multiple database records from a single form.

2007-04-30 Thread alan
I would think that you would need to do some custom parsing here... I usually solve this by creating a higher dimensional array... perhaps something along the lines of: -- -- -- Then, in the con

Saving multiple database records from a single form.

2007-04-29 Thread Toad
Hi, i have a "Tasks" controller that must allow users to report working hours for each task they have, so what i need is a form to let the users enter hours for several tasks at the same time and then submit it all together. I cant figure out how to do this using the html helper. This is a simpli

Saving multiple database records from a single form.

2007-04-29 Thread Toad
Hi All, I need a form that contains multiple input fields for multiple database records in one page. To be more specific i have a tasks controller and i need the user to be able to report hours for several tasks at once. So the user will go to report page check the tasks that he wants to report an