Does CakePHP treat all INT fields as ID's for join tables?
- by Jonnie
I am trying to save a User, their Profile, and some tags and my join table that links the profile and the tags keeps getting messed up.
The profile model is called Instructor, the tag model is called Subject. The Instructor has a phone number and a zip code and for some reason CakePHP thinks these are the fields it should use when creating entries…