To save multiple records or multiple related models you can use saveAll().
On Oct 20, 7:04 pm, "soldier.coder" <[EMAIL PROTECTED]> wrote: > On Oct 20, 3:49 pm, hydra12 <[EMAIL PROTECTED]> wrote: > > > I asked about ajax because that actually makes things easier in some > > ways. You can set each grade to save via ajax when the teacher moves > > on to the next grade. It all happens transparently in the background, > > so no looping through the data. > > That's pretty hot, actually. Maybe I could add something to the code > that sets up weights that fills grades for categories with 0's so that > all changes to the grades would be edits, and then use ajax for the > grade edits. > > Looks like I need to learn about cake's implementation of ajax. > > Thanks for your insights. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
