Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $tmp = array();
- foreach($collection as $item)
- {
- $key = array_search($item->$method(), $orderedIds) ? : 99999999999999999; // 9999 tmp fix until all projects have a name in mongo
- $tmp[$key][] = $item;
- }
- // order by key index
- ksort($tmp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement