How to implement infinite classification in Laravel7 and above
王文军2020-11-24 13:41:47
0
1
1037
After studying the laravel7.28 framework on the PHP Chinese website, I don’t know how to achieve infinite classification. Please let me know, teachers and students, thank you!
The key to infinite level classification lies in the design of the data table. Most of the code uses recursion and static variables to achieve