Created
February 27, 2012 14:25
-
-
Save armetiz/1924172 to your computer and use it in GitHub Desktop.
No ids given, cannot create where in query in this case.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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