Hey guys, I'm new to PHP and am just learning it these days! I was wondering what sort of data structures would be used and how they would be used for a site like www.fmylife.com ..or any other microblogging site of that sort?
Thanks
A micro-blogging website?
Moderator: General Moderators
Re: A micro-blogging website?
You can use a 3 table DB design:
category
article
comment
This is the design I used for http://www.omnimint.com Check it out.
category
article
comment
This is the design I used for http://www.omnimint.com Check it out.