root category.
My categories table is-
Id, name, parent_id
1,root,0
2, level1, 1
3,level2, 2
4,level, 3
How can I get all the child of root category?
Is this a sql table? you need to check out how to do select ... where ... queries
Обсуждают сегодня