Content management: Reviews
Manish Khanchandani (contact me)
This class can be used to store and retrieve ratings of products in MySQL database.
It stores reviews written by users about given products in a MySQL database table associating to an anonymous user identified by his IP address or to logged user identifier.
It can also store information about users that agreed or not with each review.
The class can also retrieve all reviews of a product and a summary of all the ratings of each review.
Click here for detailed information about this class on phpclasses.org