Skip to content

Instantly share code, notes, and snippets.

@jackfruh
Created May 15, 2014 02:38
Show Gist options
  • Save jackfruh/6d071cdf4925065ba94c to your computer and use it in GitHub Desktop.
Save jackfruh/6d071cdf4925065ba94c to your computer and use it in GitHub Desktop.
public function index() {
$this->Excel->recursive = 0;
$this->set('excels', $this->Paginator->paginate());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment