Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created October 26, 2010 13:12
Show Gist options
  • Save jlebrech/646868 to your computer and use it in GitHub Desktop.
Save jlebrech/646868 to your computer and use it in GitHub Desktop.
$status_options = array();
foreach($statuses as $status){
$status_options[$status->id]=$status->name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment