How can I sort this first by Member id and then by Payment date?
Array
(
[240] => Array
(
[Member] => Array
(
[id] => 112
)
[Payment] => Array
(
[date] => 0712
)
)
I tried with multisort, but I never found a way what was working and all examples I found didn't had my additional level.