If I’m using the findBy method of the repository class, how can I limit the size of the result set?
If I’m using the findBy method of the repository class, how can I limit
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Doctrine 2.1 method
EntityRepository#findBy()now accepts additional parameters for ordering, limit and offset.Documentation: Working with objects – Querying by simple conditions
Example:
usage: