<?php
foreach (SomeModel::query()->cursor() as $someModel) {
    //..
}
?>