Recursively search a hierarchial array and return all ancestors |
Dear friends,
I'm here to request your help about a recursive function that finds out all siblings and parents starting from the last child. (It will used for a menu). Surfing into the forum I discovered a very niceful code that works perfectly but not getting siblings! In detail: Code: $hierarchy[] = array('id' => 1, 'parent_id' => 0, 'name' => 'root1'); Code: Array
Infinite dynamic Multi-level nested category with Codeigniter and MySQL
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |