Skip to content

Instantly share code, notes, and snippets.

@elena-kolevska
Created February 14, 2014 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elena-kolevska/9003668 to your computer and use it in GitHub Desktop.
Save elena-kolevska/9003668 to your computer and use it in GitHub Desktop.
$filters = array_reduce($filters_array, function ($result, $item) {
$result[$filters_array['id']] = $filters_array;
return $result;
}, array());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment