Hi everyone,
I'm just wondering if anyone knows of a class that exists for handling user comments already. I can always write my own, but I figure I wouldn't re-invent the wheel if there is one out there.
Id like to be able to display a comment form, manipulate/validate/sanitize user input, and possibly more functions such as inserting into a database.
If anyone knows of any classes/packages that already implement this sort of thing, I'd love it if they could share.
Thank you,