RE: [PHP] Sub Menu System?

2009-07-16 Thread Daevid Vincent
There are a plethora of solutions to do this type of navigation. All of them free. They usually use an and sections and CSS. You should look into jQuery as it has some of this built in too I believe. Lastly, consider using an array to build your menu with, then you can filter and do authenticatio

Re: [PHP] Sub Menu System?

2009-07-16 Thread tedd
At 8:55 AM -0400 7/16/09, David Stoltz wrote: Folks, I'm developing a rather large site in PHP. The main horizontal nav bar never changes, no matter how deep you are in the site. However, on the left side is a vertical "sub-menu" system. This menu is proving to be a real pain to program. I have

Re: [PHP] Sub Menu System?

2009-07-16 Thread Martin Scotta
you can make the menu based on the files. Open the directory, read the files and save some sort of "cache" that use the site. When you need to move something, just delete the "cache" an let php do the rest. On Thu, Jul 16, 2009 at 9:55 AM, David Stoltz wrote: > Folks, > > I'm developing a rathe