N level tree traversing
Posted: Sat Feb 12, 2011 3:29 am
Hello everybody,
i am working on n level category tree structure, for your information the category tree structure image is attached with this post.
Let's consider, each of the category have hundreds( n level ) of category in each, i want to traverse each category without using recursive functions, reason being recursive functions are very slow, is there any way to do this??
Thanks,
phpeid
i am working on n level category tree structure, for your information the category tree structure image is attached with this post.
Let's consider, each of the category have hundreds( n level ) of category in each, i want to traverse each category without using recursive functions, reason being recursive functions are very slow, is there any way to do this??
Thanks,
phpeid