Page 1 of 1

Design Theory Question

Posted: Sun Jan 25, 2009 4:51 pm
by TT2
I want to program a website that allows individuals to sign up and then they would have their own calenders, to-do lists, photo repository, etc. Not sure how the site should be structured. Do you set up separate folders for each user with their own duplicates of the database tables? Do you put everyone in the same tables and just pull out their individual data when it is requested? Any advice on how to structure is appreciated.

Terry

Re: Design Theory Question

Posted: Mon Jan 26, 2009 2:15 pm
by Christopher
Probably have multiple accounts on the same site. You should look into a CMS like Joomla, etc. which would provide all of these features.