Re: Recommended data structure/ implementation

2008-02-13 Thread Gabriel Genellina
En Wed, 13 Feb 2008 05:34:43 -0200, Mike D <[EMAIL PROTECTED]> escribió: > I have a simple requirement: A user belongs to groups and groups contain > items. > > Based on user/group I want to display items. > Based on user I want to display groups. > > What would be the best method of implementing

Recommended data structure/ implementation

2008-02-12 Thread Mike D
I have a simple requirement: A user belongs to groups and groups contain items. Based on user/group I want to display items. Based on user I want to display groups. What would be the best method of implementing this? A dictionary of objects? I'd usually just use a database but I feel it's quite