I have an associative array like this.
Array ( [0] => Array ( [id] => 1 [name] => Admin [email] => [email protected] [group] => Admin [href] => http://localhost/teradasys/index.php/users/user/user_info?&user_id=1 ) [1] => Array ( [id] => 2 [name] => rochellecanale [email] => [email protected] [group] => [href] => http://localhost/teradasys/index.php/users/user/user_info?&user_id=2 ) [2] => Array ( [id] => 3 [name] => symfony [email] => [email protected] [group] => [href] => http://localhost/teradasys/index.php/users/user/user_info?&user_id=3 ) [3] => Array ( [id] => 4 [name] => jolopeterson [email] => [email protected] [group] => [href] => http://localhost/teradasys/index.php/users/user/user_info?&user_id=4 ) [4] => Array ( [id] => 5 [name] => symfony123 [email] => [email protected] [group] => [href] => http://localhost/teradasys/index.php/users/user/user_info?&user_id=5 ) I want to sort by name how can I do it?