Hello.
I suggest to add the chunk() method for Phalcon ORM
Please see below image (from Laravel documentation) for to know his behavior:
Cursors already exist: https://docs.phalconphp.com/3.4/en/db-models#model-resultsets
@david-duncan okay, thank you
I suggest adding the chunk parameter in the options of theModel::find method. Instead of a separate method.
Robots::find(
[
'chunk' => 3
]
);
Closing this: Please vote for this feature here: https://github.com/phalcon/cphalcon/issues/14608
Most helpful comment
I suggest adding the
chunkparameter in the options of theModel::findmethod. Instead of a separate method.