Hi All

Sorry, im having some real trouble getting my head around a model
association, I was hoping someone could point me in the right
direction

I have three tables im trying to connect:

1.  members  (primary key is 'id')
2.  payments  (primary Key is 'id')

and then because each year that the person is a member, and they need
to pay their membership fees, I've got another table

3.  member_years, the fields are:  member_id, payment_id, year

What sort of model associations do I need to link all these together
when necessary?  I've been trying things out for a couple of days now
with no success :(  Any help would be appreciated

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