generated from yiisoft/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
type:enhancementEnhancementEnhancement
Milestone
Description
As an example
$query = (new Query($db))->from('customer');
$dataReader = (new QueryDataReader($query))->withSort(Sort::only(['id']));
$paginator = (new KeysetPaginator($dataReader))->withPageSize(1000);
while ($dataReader = $paginator->nextDataReader()) {
foreach ($dataReader->read() as $data) {
// work with $data
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:enhancementEnhancementEnhancement