Igor Dvorsky
|
| Posted: 08/09/2001, 8:58 AM |
|
Hey all,
we're trying to create a dynamically generated menu but had no luck so I'm
asking for your help 'cause this is kinda very important for me ...
We need to have completely dynamically generated menu where menu is divided
into several parts. Each part of it need to have it's own name listed once
followed by list of menu items for each part. I"m not sure if I described
very well so I'll try to make an example.
Menu should look like this:
PART ONE
- item 1
- item 2
- item 3
PART TWO
- item 1
- item 2
- item 3
- item 4
PART THREE
- item 1
- item 2
- item 3
- item 4
- item 5
Our goal is that whole menu will be generated from DB so we will be able to
add new Menu Parts and Menu Items just by adding new records to DB. We're
using PHP 4.0 & Templates with MySQL DB.
Any help is much appreciated ...
Regards,
-igor and marcello
|
|
|
 |
CodeCharge
|
| Posted: 08/09/2001, 2:58 PM |
|
Hi,
What kind of menu are you trying to generate ? A JavaScript menu, or a grid
with menu options ?
For example you may look at the CodeCharge-generated website GotoCode.com,
specifically at http://www.gotocode.com/apps.asp
The menu with applications on the left is simply a grid based on the
database table, and displaying images instead of text.
Clicking on each menu option/image displays the corresponding information to
the right.
Of course you can create several such menus/grids on one page if you need
to.
You may download GotoCode.com in CodeCharge format at http://support.codecharge.com/bulletins.asp
Adam S.
YS/CC
"Igor Dvorsky" <idvorsky@centrum.sk> wrote in message
news:9kubuv$geo$1@news.codecharge.com...
> Hey all,
>
> we're trying to create a dynamically generated menu but had no luck so I'm
> asking for your help 'cause this is kinda very important for me ...
>
> We need to have completely dynamically generated menu where menu is
divided
> into several parts. Each part of it need to have it's own name listed once
> followed by list of menu items for each part. I"m not sure if I described
> very well so I'll try to make an example.
>
> Menu should look like this:
>
> PART ONE
> - item 1
> - item 2
> - item 3
>
> PART TWO
> - item 1
> - item 2
> - item 3
> - item 4
>
> PART THREE
> - item 1
> - item 2
> - item 3
> - item 4
> - item 5
>
> Our goal is that whole menu will be generated from DB so we will be able
to
> add new Menu Parts and Menu Items just by adding new records to DB. We're
> using PHP 4.0 & Templates with MySQL DB.
>
> Any help is much appreciated ...
>
> Regards,
>
> -igor and marcello
>
>
|
|
|
 |
Raj
|
| Posted: 08/10/2001, 7:00 PM |
|
I am tryin to do the same thing, but I didn'd find the code using your
link???
THank You
"CodeCharge" <support@codecharge.com> wrote in message
news:9kv11h$r81$1@news.codecharge.com...
> Hi,
>
> What kind of menu are you trying to generate ? A JavaScript menu, or a
grid
> with menu options ?
> For example you may look at the CodeCharge-generated website GotoCode.com,
> specifically at http://www.gotocode.com/apps.asp
> The menu with applications on the left is simply a grid based on the
> database table, and displaying images instead of text.
> Clicking on each menu option/image displays the corresponding information
to
> the right.
> Of course you can create several such menus/grids on one page if you need
> to.
>
> You may download GotoCode.com in CodeCharge format at
> http://support.codecharge.com/bulletins.asp
>
> Adam S.
> YS/CC
>
>
> "Igor Dvorsky" <idvorsky@centrum.sk> wrote in message
>news:9kubuv$geo$1@news.codecharge.com...
> > Hey all,
> >
> > we're trying to create a dynamically generated menu but had no luck so
I'm
> > asking for your help 'cause this is kinda very important for me ...
> >
> > We need to have completely dynamically generated menu where menu is
> divided
> > into several parts. Each part of it need to have it's own name listed
once
> > followed by list of menu items for each part. I"m not sure if I
described
> > very well so I'll try to make an example.
> >
> > Menu should look like this:
> >
> > PART ONE
> > - item 1
> > - item 2
> > - item 3
> >
> > PART TWO
> > - item 1
> > - item 2
> > - item 3
> > - item 4
> >
> > PART THREE
> > - item 1
> > - item 2
> > - item 3
> > - item 4
> > - item 5
> >
> > Our goal is that whole menu will be generated from DB so we will be able
> to
> > add new Menu Parts and Menu Items just by adding new records to DB.
We're
> > using PHP 4.0 & Templates with MySQL DB.
> >
> > Any help is much appreciated ...
> >
> > Regards,
> >
> > -igor and marcello
> >
> >
>
>
|
|
|
 |
|