Emma Orabelle

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How do I create a reply comment system?

To create a reply commenting system, you will need to modify your existing comment system to include a parent-child relationship between comments.
Add a parent_comment_id column to your comments table. This column will store the ID of the parent comment that a reply is associated with.