Multi-tiered Comment Replies: Display and Storage

前端 未结 5 1862
夕颜
夕颜 2021-02-02 04:18

So I\'m trying to create a comment system in which you can reply to comments that are already replies (allowing you to create theoretically infinite threads of replies). I want

5条回答
  •  情深已故
    2021-02-02 05:05

    I would consider a nested set, for storing this type of hierarchical data. See http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/ for an example.

提交回复
热议问题