revision 2618907b8b1ea90573fa399192e37309132026ae
1 2 3 4 5
<?php foreach (SomeModel::query()->cursor() as $someModel) { //.. } ?>