Been trying this to no avail.... I have 3 HABTM tables that belong to a User. (PROGRAMS, SYSTEMS, APPLICATIONS) I simply want to create 3 forms where the User can update selections for each HABTM table. Is this possible rather than 1 form for the User to update everything. Make a form that will only update the UsersPrograms and not the rest? I made 1 form, view the sql query output and it deletes all the other data then saves it again. So thats alot of unnecessary queries UPDATE / SELECT / DELETE. My 1 update form to update the PROGRAMS runs 158 queries to update 5 selects.....must be a way to do this cleaner yes? no? Thanks Dave
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
