PHP usort not working or running or happening?
If you are using in a class, make sure:
usort($results, array(“MASSAGESTATS_Admin”,”j_cmp_revenue”));
http://stackoverflow.com/questions/6419818/php-usort-wont-sort
and also try static.
If you are using in a class, make sure:
usort($results, array(“MASSAGESTATS_Admin”,”j_cmp_revenue”));
http://stackoverflow.com/questions/6419818/php-usort-wont-sort
and also try static.