[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: RE: [Phpgroupware-developers] Re: phpGroupware database and u ml d o
From: |
Darryl VanDorp |
Subject: |
RE: RE: [Phpgroupware-developers] Re: phpGroupware database and u ml d ocumentation in wiki? |
Date: |
Tue, 17 Jun 2003 09:51:04 -0500 (CDT) |
Could you expand a little on what you mean by this?
You mean like todo-links, contact-links, etc. one table per association
and a class that manages the linkages?
-Darryl
> I mean don't put all your links in one table. Make tables specific to
> cross referencing the different entities in the system. You can create
> a class to deal with the linking and swap out the table name so you
> don't duplicate code. The smaller table sizes will scale much better in
> the long run.
>
> Mike
>