Jump to content

Sort Multi-Dimensional Arrays


maxudaskin

Recommended Posts

Hi guys,

I've done a bit of research into sorting a multi-dimensional array that contains the menu information (to be parsed and displayed). Everything that I've read has confused me more than I was when I started.

 

I want it to be sorted by parent (ASC) then by it's sort number (ASC).

 

Array (
   [0] => Array (
      [0] => 2 [id] => 2
      [1] => About Us
      [label] => About Us
      [2] => ?r=about
      [link] => ?r=about
      [3] =>
      [relation] => 
     [4] => 0
     [parent] => 0 
     [5] => 10 
     [sort] => 10 
     [6] => 0 
     [active] => 0 )
   [1] => Array (
      [0] => 3
      [id] => 3
      [1] => Fleet
      [label] => Fleet
      [2] => ?r=about/fleet
      [link] => ?r=about/fleet
      [3] =>
      [relation] =>
      [4] => 2
      [parent] => 2
      [5] => 0
      [sort] => 0
      [6] => 0
      [active] => 0 )
   [2] => Array (
      [0] => 4
      [id] => 4
      [1] => Test
      [label] => Test
      [2] => ?r=test
      [link] => ?r=test
      [3] =>
      [relation] =>
      [4] => 0
      [parent] => 0
      [5] => 5
      [sort] => 5
      [6] => 1
      [active] => 1
      ))

 

Thank you in advance for any help :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.