Skip to content

Instantly share code, notes, and snippets.

@wescleymatos
Created December 1, 2011 19:47
Show Gist options
  • Save wescleymatos/1419319 to your computer and use it in GitHub Desktop.
Save wescleymatos/1419319 to your computer and use it in GitHub Desktop.
Paginate cakephp
<?php
$this->paginate = array('joins'=>$joins,'fields' => array('*'),'conditions'=> array ('Sale.agent'=>$user['User']['id']));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment