Page 1 of 1

A micro-blogging website?

Posted: Wed Oct 19, 2011 2:38 am
by sabid15
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

Re: A micro-blogging website?

Posted: Mon Oct 31, 2011 11:41 am
by mika79
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.