You have to get $this->data into the right shape and then you can parse it in a controller and do separate logic/saves, or if appropriate do a saveAll, which can be a bit tricky to set up, but does works well.
See: http://book.cakephp.org/view/75/Saving-Your-Data Pay special attention to the notes on how to shape your data array. Jeremy Burns [email protected] On 18 Feb 2010, at 21:11, McScreech wrote: > Is it possible to define several _independent_ data entry forms on a > single page where each one posts data back to different models? Maybe > with a redirect back to the same multi-form page on each Submit until > a 'Done' button is clicked? > > And of course, if so, any suggestions on how to do so? > > DaveT. > > 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 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
