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

How to send all the pagination data through post on submit?

I am able to send to only current page's data of pagination when submitted through a form....How can i send all the data of pagination when submitted through form.

Hi, please paste your code, it will be helpful



1.9k

Pagination don't have all the data, it only have data for current page, bacause of internal using LIMIT statement. If you want to send all the data thru POST you will need to build query yourself without LIMIT statement