5 ms·
Yes, my table structure has a parent_id field. The problem is that I need know the depth, or use recursivity to get all parents. Using hierarchy and recursivit
by wocp 12y ago
Yes, my table structure has a parent_id field. The problem is that I need know the depth, or use recursivity to get all parents.
Using hierarchy and recursivity like this: http://stackoverflow.com/questions/4216875/php-reorder-array-to-reflect-parent-id-hierarchy http://stackoverflow.com/questions/4216875/php-reorder-array...