Skip to content

Instantly share code, notes, and snippets.

@armetiz
Created February 27, 2012 14:25
Show Gist options
  • Save armetiz/1924172 to your computer and use it in GitHub Desktop.
Save armetiz/1924172 to your computer and use it in GitHub Desktop.
No ids given, cannot create where in query in this case.
$query = $queryBuilder->getQuery();
$paginateQuery = Paginate::getPaginateQuery(
$query, $this->getOptions()->getOffset(), $this->getOptions()->getLimit()
);
return $paginateQuery;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment