Guys I tried to read stackoverflow but to no avail
How to make category tree similar to Internet shop.
-items
--tech
---phones
---pc
---consoles
--furniture
---tables
---beds
I got that in database must be something like this
ID, parentid, name
But how to get all items in say --tech?
Or how to build tree..
Is there way without recursion?
How to make category tree similar to Internet shop.
-items
--tech
---phones
---pc
---consoles
--furniture
---tables
---beds
I got that in database must be something like this
ID, parentid, name
But how to get all items in say --tech?
Or how to build tree..
Is there way without recursion?