Hi,
Tables :
1.user_profiles
fields :-> userid (PK)
2. Memberships
fields :->membid , userid (reference to users profile )
Can you help me over this issue.?
Solution :
user_profiles table : id
memberships table: id, user_profile_id (it will refers the user_profile table)
* please read the basic naming conventions
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.Tables :
1.user_profiles
fields :-> userid (PK)
2. Memberships
fields :->membid , userid (reference to users profile )
Can you help me over this issue.?
Solution :
user_profiles table : id
memberships table: id, user_profile_id (it will refers the user_profile table)
* please read the basic naming conventions
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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment