Re: [RDBO] Relationships under MySQL

2006-09-19 Thread John Siracusa
(Sorry I've taken so long to reply to this, it fell through the cracks.) On 9/18/06 7:47 AM, James Masters wrote: > If I define a relationship from table1 to table2, do I also need to define > the reverse relationship from table2 to table1? No. > I have changed my table names and field names to

Re: [RDBO] Relationships under MySQL

2006-09-18 Thread Sean Davis
On Monday 18 September 2006 07:47, James Masters wrote: > I am rather amateur when it comes to OO methodology. If I don't use Loader > to define my table classes, then it appears that I have to create a whole > load of .pm files, one per table. Or if I do use Loader, then I have to > create a di