Hi, hab folgendes Problem
hab folgendes multiarray:
mein frage: wie bekomm ich es jetzt hin, dass das multiarray nach dem key "lastpost_time" sortiert wird?
m.f.G. Enerkin
hab folgendes multiarray:
PHP-Code:
Array (
[0] =>
Array (
[title] => moep
[id] => 8
[replys] => 0
[author] => madpac
[author_id] => 14
[lastpost] => madpac
[lastpost_time] => 1125943523
[lastpost_id] => 14
[hits] => 3
)
[1] =>
Array (
[title] => o:O
[id] => 7
[replys] => 0
[author] => Pepe
[author_id] => 1
[lastpost] => Pepe
[lastpost_time] => 1125941884
[lastpost_id] => 1
[hits] => 0
)
[2] =>
Array (
[title] => test1
[id] => 6
[replys] => 2
[author] => Pepe
[author_id] => 1
[lastpost] => Pepe
[lastpost_time] => 1125941188
[lastpost_id] => 1
[hits] => 6
)
)
m.f.G. Enerkin
Kommentar