I have my User which has 5 HABTM relations.
 
Now normally all the HABTM info is displayed in User/edit after a normal
bake. My question is, because I am setting it up so the User can edit each
HABTM selection individually rather than the standard User/edit can i put
the action / functions in each respective model /controller?
 
For example:
User HABTM Tools
 
Is it possible to have the user/edit/tools in the tools controller/model?
Not to edit the actual tools but to make selections from? I have them all in
my User controller and its just a massive controller with all these
functions in there. Just wondering if there would be a cleaner way to focus
on each section rather than dumping them all into the User controller /
Model.
 
Thanks.
 
Dave


--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to