Databases: Scoreboard
Duncan Gough (contact me)
This class is meant to manage the information of scores of games played by individual users. The information is stored in SQL based database.
The class provides a function to submit a score given the game name, the player user, and score as an integer value. It also has functions to retrieve the high scores table, as well individual user scores and rankings for this week and the previous week.
Click here for detailed information about this class on phpclasses.org