Creating / Displaying a page hierarchy system.
Posted: Thu Feb 28, 2008 2:24 pm
Basically i'm referring to the bar across the top of the screen on this page.
I would like to be able to do it so i just specify the current page "updateavatar.php" and it prints out the hierarchy.
I guess the first dimension is a constant, so that's easy to figure out. And then you could just make a multi dimensional array? So settings points to multiple pages And from settings you can move down the hierarchy to find it's owners page?
Any suggestions are appreciated.
Now i'm having trouble figuring out the best way to accomplish this.Board index » Programming » PHP - Code
I would like to be able to do it so i just specify the current page "updateavatar.php" and it prints out the hierarchy.
Code: Select all
Site Index -> Settings -> Update AvatarAny suggestions are appreciated.