A micro-blogging website?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
sabid15
Forum Newbie
Posts: 1
Joined: Wed Oct 19, 2011 2:34 am

A micro-blogging website?

Post 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
mika79
Forum Newbie
Posts: 3
Joined: Sun Jan 27, 2008 4:32 am
Location: Slovenia

Re: A micro-blogging website?

Post 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.
Post Reply