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

PDO Paginator for Phalcon

Hello,

I've create PDO Paginator for Phalcon compatible with standard Phalcon paginators, as it extends \Phalcon\Paginator\Adapter\AbstractAdapter class.

I needed it to implement fulltext search in PostgreSQL by manipulating Raw SQL created by ORM, and then after manipulation execute it by using PDO.

Problem Was - there is no Paginator for PDO in Phalcon, so I've created one, here it is, if you need it:

https://github.com/tztztztz/Phalcon-PDO-Paginator

Example of usage is in the Git Hub repository readme.

I've added few cosmetic changes, and updated Readme. Several people directed from this forum has downloaded it, so please redownload.