Multidimensional Associative Array Sorting in PHP
I needed to sort a deep multidimensional associative array for PlanterApp, so I looked around for some solutions. The one I found was close enough to the right answer that I was able to make it work by defining a function, then referring to that function as follows: function sortMyTools( $i, $j ) { // …
Continue reading “Multidimensional Associative Array Sorting in PHP”