Skip to content

Instantly share code, notes, and snippets.

@chrisjdavis
Last active December 18, 2015 17:28
Show Gist options
  • Save chrisjdavis/5818336 to your computer and use it in GitHub Desktop.
Save chrisjdavis/5818336 to your computer and use it in GitHub Desktop.
foreach( $projects->objects as $project ) {
if( $project->date_due ) {
foreach( $project->team as $person ) {
$deets = $blimp->get( 'user', array('url' => $person) );
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment