I'm making a admin for categories in an e-commerce shop.
I want to show the categories like this (and then in a table)
TOP
|--+ clothes
| |--+ tshirt
| |--+ trousers
|
|--+ toys
| |--+ lego
| | |--+ collector items
| | |--+ star wars
| |
| |--+ barbies
|
|--+ food
The table looks like:
table categories:
id --> category id
parent_id --> parent category id
name --> name category
description --> description category
Do u have any ideas how I can do this??
Thanks,
>:O> Anita
[sig][/sig]
I want to show the categories like this (and then in a table)
TOP
|--+ clothes
| |--+ tshirt
| |--+ trousers
|
|--+ toys
| |--+ lego
| | |--+ collector items
| | |--+ star wars
| |
| |--+ barbies
|
|--+ food
The table looks like:
table categories:
id --> category id
parent_id --> parent category id
name --> name category
description --> description category
Do u have any ideas how I can do this??
Thanks,
>:O> Anita
[sig][/sig]