Skip to content

Instantly share code, notes, and snippets.

@dakota
Created June 22, 2016 14:07
Show Gist options
  • Save dakota/8271df195013717ad5c7ed3ab05afda3 to your computer and use it in GitHub Desktop.
Save dakota/8271df195013717ad5c7ed3ab05afda3 to your computer and use it in GitHub Desktop.
$extracted = [];
foreach ($results as $result) {
$extracted[] = $result[$property];
}
$extracted = new Collection($extracted);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment