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

limit and offset

$criteria = $this->getModel('shopSku')->query(); $criteria -> inWhere('shop_id',$shopIds); $criteria -> limit(20,0); $criteria -> execute();

Delete the limit method can be normal to the results, once added to the limit method will not get results