Re: [PHP] Debug recursion

2007-04-23 Thread Jim Lucas
kioto wrote: Hi all i have found a bug in my db class when i use the recursion. I try to use the adjacency list model to develop a three menu but when i call the function in recursive way i loose data because the value returned from the fetch seem to be empty. I have db table like this: table cat

Re: [PHP] Debug recursion

2007-04-23 Thread Eric Butera
On 4/23/07, kioto <[EMAIL PROTECTED]> wrote: Hi all i have found a bug in my db class when i use the recursion. I try to use the adjacency list model to develop a three menu but when i call the function in recursive way i loose data because the value returned from the fetch seem to be empty. I h