Re: Relationships with a common table

2010-06-27 Thread Jeremy Burns | Class Outfit
http://book.cakephp.org/view/1046/Multiple-relations-to-the-same-model Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 27 Jun 2010, at 13:13, jtomka wrote: > Hey guys, > > I'm new to CakePHP and already stuck. I'm trying to use a common > "contact" table and

Relationships with a common table

2010-06-27 Thread jtomka
Hey guys, I'm new to CakePHP and already stuck. I'm trying to use a common "contact" table and multiple tables, each referencing it one or more times. The schema goes something like this: contacts (id, name, address, phone, email) practice_sites (id, title, contact_id) practitioners (id, contact_