Posted by Jan Morten Sψrensen on 02/08/07 02:35
Hi All!
I am trying to put up a menusystem and need some tips on how to approach
this...
Example(This is what I want):
Information for private people (I am a main category and have no parents)
About us (I am a subcategory and have one or more parents)
Information for businesses
About us
Etc...
I have this all stored in a mysql-database in the following tables
Category
id(integer, autonumber)
name(text)
language(integer)
Category_relationships
id(integer, autonumber)
childid(integer)
parentid(integer)
language(integer)
Then my problem. I want to build a menusystem like the one in the example
above but I have no clue about how to attack this...
Any ideas?
--
Jan Morten
http://www.sitconsulting.no
Billig datahjelp i Oslo omrεdet.
Navigation:
[Reply to this message]
|