Leaderboard

So I’m creating something in Yii that is kind of game-like and involves a leaderboard based on how many points a user has earned through some tasks. I was wondering what options I have to create a leaderboard that updates on its own without page refreshes?

Hi

I think you have a to use Jquery with Ajax so after User have a earned point store in DB than every fixed time (Means every minute) those area (div) auto refresh comes out new data.

This way solutions of your problem.

Thanks