The possibility to post comments about the content that is published in Web site pages is very interesting.
It helps attracting more users that are able to participate in the site communities in a relevant way, even if it is just by letting them express their opinions.
This package provides a generic solution that could be used to let the users post comments about articles, blog posts, reviews, in guest books, etc..
This class can be used to manage a generic comments system. It could be used to add comments to a blog, a guest book, etc..
The comments are stored in an SQL database table. The class can install the table and associated indexes. Currently it supports MySQL and Microsoft SQL server.
The class can add new comments, update an existing comment, generate HTML forms to submit a comment and show the comments summary.