How to make variable accessible for tree of object in PHP

前端 未结 0 591
北恋
北恋 2021-01-22 16:07

I have a tree of objects like this:

Parent (obj)
| Category (int)
| Name (str)
| Children (array)
| | Child (obj)
| | | Name (str)
| | | Category (int) // Same as         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题