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.