Discussion blog Database Structure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    Discussion blog Database Structure

    Hi,
    I need to develop a Discussion blog that enables web site user to start new topics and post their comments on it.

    currently there is a design structure template for this my backend system should work in order to this.I need to know about the Database table structure for this.Still i cant think about a database design for this.
    any tutorial, ideas, links all are accepted.please take a look at for This Template .
    and wish to here from you.
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by ajaxrand
    Hi,
    I need to develop a Discussion blog that enables web site user to start new topics and post their comments on it.

    currently there is a design structure template for this my backend system should work in order to this.I need to know about the Database table structure for this.Still i cant think about a database design for this.
    any tutorial, ideas, links all are accepted.please take a look at for This Template .
    and wish to here from you.
    Create a data structure where every comment has a comment id, a parent id, a subject, a body, a user id, and a date.
    Your logic will be if the parent id is null or zero, it is a thread, and if the parent id is the same as another item's comment id, then it is a reply.

    Comment

    • ak1dnar
      Recognized Expert Top Contributor
      • Jan 2007
      • 1584

      #3
      Thank you very much motoma. I take my entire day time to make it. i made it as far as i could. this is the latest. i am working on to fix the remaining bugs.thanks for helping on the db structure :). for the remaining bugs i have to go for Ajax forum.

      Comment

      Working...