Skip to content

Instantly share code, notes, and snippets.

@sharifbdp
Created June 26, 2016 17:42
Show Gist options
  • Save sharifbdp/6227876f507e19eb0d57bd8f448fad41 to your computer and use it in GitHub Desktop.
Save sharifbdp/6227876f507e19eb0d57bd8f448fad41 to your computer and use it in GitHub Desktop.
$aRanks = array();
foreach($data['emp_list'] as $aEntry) {
$aRanks[$aEntry->CurrentDepartmentID][] = $aEntry;
}
dd($aRanks);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment