Re: Multiple relationships between multiple tables

2008-10-13 Thread Malcolm Tredinnick
On Mon, 2008-10-13 at 15:46 +0300, Necmettin Begiter wrote: > Hello all, > > I have, say, 8 tables: Persons, works, phones, emails, addresses, > eaddresses, articles, books. > > Each one may have relationship with another one, like so: > > A person may have more than one work, phone, email, ad

Re: Multiple relationships between multiple tables

2008-10-13 Thread Necmettin Begiter
On Tue, Oct 14, 2008 at 07:48, Greg Ewing <[EMAIL PROTECTED]> wrote: > > Necmettin Begiter wrote: > >> At the admin page (or my template, whatever), when I select Person as >> the source table, SourceIdx / SourceName should be dynamically fetched >> from the Person model. If I change it to Phone,

Re: Multiple relationships between multiple tables

2008-10-13 Thread Greg Ewing
Necmettin Begiter wrote: > At the admin page (or my template, whatever), when I select Person as > the source table, SourceIdx / SourceName should be dynamically fetched > from the Person model. If I change it to Phone, this time members of > the Phone model should be listed. This sounds like a

Re: Multiple relationships between multiple tables

2008-10-13 Thread Necmettin Begiter
On Mon, Oct 13, 2008 at 16:15, Christian Joergensen <[EMAIL PROTECTED]> wrote: > > Necmettin Begiter wrote: > > Hello all, > > > > I have, say, 8 tables: Persons, works, phones, emails, addresses, > > eaddresses, articles, books. > > > > Each one may have relationship with another one, like so: >

Re: Multiple relationships between multiple tables

2008-10-13 Thread Christian Joergensen
Necmettin Begiter wrote: > Hello all, > > I have, say, 8 tables: Persons, works, phones, emails, addresses, > eaddresses, articles, books. > > Each one may have relationship with another one, like so: > > A person may have more than one work, phone, email, address, eaddress, > article and boo

Multiple relationships between multiple tables

2008-10-13 Thread Necmettin Begiter
Hello all, I have, say, 8 tables: Persons, works, phones, emails, addresses, eaddresses, articles, books. Each one may have relationship with another one, like so: A person may have more than one work, phone, email, address, eaddress, article and book. A phone, email, address, eaddress, .. may b