B
B
BonBon Slick2018-05-23 12:17:51
Doctrine ORM
BonBon Slick, 2018-05-23 12:17:51

Native SQL pagination?

In DQL

$query
                    ->setFirstResult($pagination->offset())
                   ->setMaxResults($pagination->limit())
              ;

And in SQL? I don't see anything in the docks.
Ready solutions?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question