Skip to content

Instantly share code, notes, and snippets.

@waltergalvao
Created May 14, 2012 02:09
Show Gist options
  • Save waltergalvao/2691312 to your computer and use it in GitHub Desktop.
Save waltergalvao/2691312 to your computer and use it in GitHub Desktop.
<?php
class RankingsController extends AppController {
public function rankpvp() {
$this->set('toppvp', $this->Ranking->find('all', array('limit' => 10, 'order' => array('ratio' => 'DESC'))));
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment