Forum Moderators: coopster
Array
(
[0] => xml_make Object
(
[name] => Alfa Romeo
[totalItems] => 270
)[1] => xml_make Object
(
[name] => Aston Martin
[totalItems] => 7
)[2] => xml_make Object
(
[name] => Audi
[totalItems] => 948
)[3] => xml_make Object
(
[name] => Austin
[totalItems] => 51
)[4] => xml_make Object
(
[name] => BMW
[totalItems] => 2235
)
}
how can I sort the array by the value in totalItems?