Just wondering where to start when saving related model data. Links or tutorials? Basically I want to remove the functions for updating THINGS and OTHERS from the USERS_CONTROLLER and use the native THINGS_CONTROLLER and OTHERS_CONTROLLER I have 3 controllers: users_controller : right now "USERS/EDIT/1" is a standard form to edit/update all the info. THINGS and OTHERS are related data updated using select boxes. things_controller: I have no code in the controller others_controller: I have no code in the controller The tables: USERS THINGS OTHERS USERS_THINGS USERS_OTHERS USERS -> hasAndBelongsToMany THINGS USERS -> hasAndBelongsToMany OTHERS THINGS -> hasAndBelongsToMany USERS OTHERS -> hasAndBelongsToMany USERS 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 -~----------~----~----~----~------~----~------~--~---
