Re: what naming convention for three-way joining table?

2011-03-19 Thread Mariano C.
i've found what I need: http://book.cakephp.org/view/1046/Multiple-relations-to-the-same-model On 19 Mar, 17:27, AD7six wrote: > On Mar 19, 4:52 pm, "Mariano C." wrote: > > > I'm developing a project about little soccer league. I need to store > > teams, team's players, matches info (which are t

Re: what naming convention for three-way joining table?

2011-03-19 Thread AD7six
On Mar 19, 4:52 pm, "Mariano C." wrote: > I'm developing a project about little soccer league. I need to store > teams, team's players, matches info (which are two teams involved in > the match), events (various events happened douring a single match - > goal, penalty, red card, yellow card etc

what naming convention for three-way joining table?

2011-03-19 Thread Mariano C.
I'm developing a project about little soccer league. I need to store teams, team's players, matches info (which are two teams involved in the match), events (various events happened douring a single match - goal, penalty, red card, yellow card etc etc-) This is the DB realized (only PK and FK are