Re: Class::DBI and M:M

2007-03-17 Thread Jonathan Vanasco
On Mar 16, 2007, at 9:16 PM, Arshavir Grigorian wrote: Hi, I have a table "contact" and a table "link" which has 2 foreign keys to "contact" - contact_id_1 and contact_id_2. It is essentially a many-to-many relationship but with only 2 tables. Can Class::DBI handle this and if so, how sh

Re: Class::DBI and M:M

2007-03-17 Thread Philip M. Gollucci
Jonathan Vanasco wrote: I have a table "contact" and a table "link" which has 2 foreign keys to "contact" - contact_id_1 and contact_id_2. It is essentially a many-to-many relationship but with only 2 tables. Can Class::DBI handle this and if so, how should I set up my classes? This list is