Skip to content

Instantly share code, notes, and snippets.

@jclaveau
Created January 27, 2015 15:35
Show Gist options
  • Save jclaveau/fe7b991fc543c424e4f8 to your computer and use it in GitHub Desktop.
Save jclaveau/fe7b991fc543c424e4f8 to your computer and use it in GitHub Desktop.
$this->attachBehavior('behaviors.StatsProvider');
$globalStats = $this->getGlobalStatsByUser(4);
$graphStats = $this->getGraphStatsByUser(4);
$ranking = Ranking::getGeneralRanking(4);
$achvievements = Achievement::getUserAchievements(4);
$achvievementsProgress
= Achievement::computeUserAchievementsProgress($achvievements);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment