Design Theory Question

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
TT2
Forum Newbie
Posts: 1
Joined: Sun Jan 25, 2009 4:45 pm

Design Theory Question

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Design Theory Question

Post 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.
(#10850)
Post Reply