For Multi-level Menu or Category based Ecommmerce site, you can maintain a one table for multi parent and child category track. Please Check DB Design: table.sql
For get and print data and html check: menus.php
|---- Home
|---- About
|---- Service
|---- Level A1
|---- Level A2
|---- Level A21
|---- Level A22
|---- Level A221
|---- Level A222
|---- Level A3
|---- Level A31
|---- Level A32
|-------Others
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.