Skip to content

Instantly share code, notes, and snippets.

$entries = ee('Model')->get('ChannelEntry')->filter('channel_id', $channelID)->all();
foreach($entries as $entry) {
// Refer to them through the entry ID : $entry->field_id_1;
}