This class can store up or down user votes in MySQL or files. It can record user votes as up or down values for a certain item in either a MySQL database or in files. The class can also retrieve the current vote count for a certain item and return its information in JSON formatted string suitable ...
Star rating Support forum ajax_star_rating Update votes and display rated content with stars This class can be used to update user votes and display rated content with star images. It can store in a MySQL database the ratings given by each user that votes on content keeping track of the IP addresses ...
Vote Image Support forum vote_image Generate images to render the average of votes This is a simple class that can be used to render an image that can represent the average of votes taken in a poll. It takes as parameters the total number of votes and the number of approval votes. The class generates ...