Skip to content

Instantly share code, notes, and snippets.

View djmenkveld's full-sized avatar

Dirk Menkveld djmenkveld

View GitHub Profile
$poolRanking = $this->find('all', [
'limit' => $limit,
'conditions' => [
'Pools.tournament_id =' => $tournamentId,
'Predictions.tournament_id =' => $tournamentId,
],
=> [
[
'table' => 'pools_users',
'alias' => 'PoolsUsers',