We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon paginator's bug?

Today I found a very strange question with phalcon paginator. My model resultset has three objects in total and I get paginator result with limit 3 and page 1. But I only can get two objects. If I dump the results, I get three objects!



98.9k

Could you please try again using 1.3.3?



3.4k
Accepted
answer

I change to use query builder which doesn't have performance issue and the problem has been solved.