Jump to content

Sort Menu Items in Array


maxudaskin

Recommended Posts

Hi guys,

I'm just working on a script to get menu items from a database, sorted by a sort column. Each item needs to be checked to see if it has a parent, then paired with the parent.

 

Would it be best to get all of the items at once and pair them with PHP, or get the children of each item when as a separate array?

 

id

label

link

parent

sort

1

Home

index.php

0

10

2

About

about.php

0

20

3

Contact Us

contact.php

2

10

Link to comment
https://forums.phpfreaks.com/topic/262169-sort-menu-items-in-array/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.