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

mongo db skip is not working

Hello,

Please suggest me what is wrong with below find ? Why skip is not working as expected ?

  $params = [ "limit" => $input['limit'], 'skip' => 40 ];
  $find = Test::find($params);

Thanks, Raja K

Hello

I hope there is a solution for that have example just visit https://zappysys.com/blog/ssis-loading-data-into-mongodb-upsert-update-delete-insert/