Just a general question. I have a select list with various options. When a
user updates their choices it updates everything. 
 
For example the table before update:
 
id           user_id            skill_id   
1                5                    1
2                5                    5
3                5                    8
4                5                    9
5                5                   13
 
Now if I edit the users options by just de-selecting skill 13 it updates
everything to this:
 
 
id           user_id            skill_id   
6                5                    1
7                5                    5
8                5                    8
9                5                    9
         
           
Is this how it is supposed to update?
 
 
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