Actually this sounds like the problem I was describing in my post:

http://groups.google.com/group/cake-php/browse_thread/thread/ea10ef81a0d82741#

And effectively, it looks like a problem in Cake handling some two-
word table relationships.
The problem I had was with tables called "users" and "user_types",
Users table has a field called "user_type_id" that is a FK to
"user_types" table. If I keep this naming convention Cake wont
automatically pick up the user types.
Instead if I change things to "usertypes" and "usertype_id" and get
the model renamed from "UserType" to "Usertype" the thing works as
expected. :P


--~--~---------~--~----~------------~-------~--~----~
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