Hello everyone, I just start with Phalcon framework, passed trough documantacion and I like it so far... I have one fast question. Im building and api with phalcon and im stuck on part where I have to build pagination for pages. I have to make it with offset and limit parms. So GET /pages?limit=100&offset=100 would give the result set 101 - 200
So, should i make Controller method for pagination and use one of Phalcon ways with Adapter Model or Query Builder or there is a bether way .. btw im outputing json with transformer (dosent have views).