Page 1 of 1

Creating / Displaying a page hierarchy system.

Posted: Thu Feb 28, 2008 2:24 pm
by Jordban
Basically i'm referring to the bar across the top of the screen on this page.
Board index » Programming » PHP - Code
Now i'm having trouble figuring out the best way to accomplish this.

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 Avatar
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.

Re: Creating / Displaying a page hierarchy system.

Posted: Thu Feb 28, 2008 10:23 pm
by hawkenterprises

Re: Creating / Displaying a page hierarchy system.

Posted: Thu Feb 28, 2008 11:25 pm
by Jordban
That doesn't help me, i don't know what the article is talking about..
As you might expect, creating a menu hierarchy in a frame definition is a matter of defining a series of panes for the frame. At the top-most level in the menu hierarchy is the menu bar itself. The menu bar contains each menu defined for the application and each menu contains the menu commands that themselves perform operations. Once the panes have been defined, the menu bar needs to be included in the frame using the menu-bar clause.
:banghead:

This is an interesting read on the subject: http://dev.mysql.com/tech-resources/art ... -data.html

But still not what i'm looking for.