I have a question about if this is possible or if it even make sense to do.
 
I have 4 HABTM tables that are for a USER to select options from. The
options are only for choosing and user has no control over any of the actual
options (edit delete add none of that)
Now the tables look like this:
TableA
TableB
TableC
TableD
all have exactly id, name
 
User
id
 
All the HABTM tables are the same for A, B,C, D
TableA_Users
tableA_id
user_id
 
I have them separate because the User can update their selections on
different pages and not all in 1 form.
 
My question is if I made 1 HABTM table 
users_options
 
id
user_id
TableA_id
TableB_id
TableC_id
TableD_id
 
Would it possible to do something like that? If so would the user be able to
update TableA options and not mess with other TableX selected options?
 
I read about the tree behaviour but have no clue how to use it for what i am
interested in using it for.
 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to