Re: Sorting multidim array and keeping associations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Stupid as I was, I did not do what I should have done :) In the origin the
array was created from a MySQL database. I did not sort it correctly from
there because I did not have the knowledge about the GROUP BY command, so I
tried to solve it via PHP. Now I have everything sorted and alright just by
making the Query correct.

/Peter


"Peter Lauri" <peter@xxxxxxxx> skrev i meddelandet
news:20041117143429.53342.qmail@xxxxxxxxxxxxxxx
> Best groupmember,
>
> I have an multidim array that looks something like this:
>
> [40] => [1]=32, [2]=>55, ["total"]=>87
> [22] => [8]=2, [7]=>105, ["total"]=>107
> [142] => [2]=3, [7]=>8, ["total"]=>11
>
> I want to sort this array according to the "total" and still keep the acc.
> with the basekey. I know I can easily do this by writing an function
myself.
> But are there any built in functions for this? I have looked at usort,
> uksort and more, but they do not seem to solve my problem.
>
> - Best Of Times
> /Peter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux