I have a page where I'm making changes to multiple instances of the
same model (say, permissions for multiple users) on a page, but when I
post it always ends up that $this->data only contains the information
of the last entry posted. I'm assuming it simply is causing each
subsequent "row" to overwrite the previous information in the array. I
know how to handle form arrays in traditional php, but can Cake handle
it appropriately so I would just have a nested array of each user I
passed in the post? I asked in IRC and people seemed to think it was
simple/possible, but no one could remember specifically what needed to
be done. I didn't see anything about it in the form helper
documentation, so presently I'm stumped.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to