Reputation: 3488
I am using ORM paginator for pagination
use Doctrine\ORM\Tools\Pagination\Paginator;
How can I paginate search results? Is there any way to pass parameters with page number or I will have to use Session to pass parameters?
Upvotes: 0
Views: 445