The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Say, I have this:
$array = array( array('name' => 'b', 'type' => '1'), array('name' => 'f', 'type' => '0'), array('name' => 'c', 'type' => '1') array('name' => 'h', 'type' => '0') ); I want to sort the arrays first by type, then by name. So that it'd be: $array = array( array('name' => 'f', 'type' => '0'), array('name' => 'h', 'type' => '0') array('name' => 'b', 'type' => '1'), array('name' => 'c', 'type' => '1') ); How can I do that? EDIT: OMG, Sometimes I can be really dumb. Why don't I define the order when querying from the database... Duh. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|