Skip to content

Instantly share code, notes, and snippets.

@cwcrawley
Created March 29, 2019 15:10
Show Gist options
  • Save cwcrawley/cbacc1e272b189588d28aab41538ed05 to your computer and use it in GitHub Desktop.
Save cwcrawley/cbacc1e272b189588d28aab41538ed05 to your computer and use it in GitHub Desktop.
$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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment