[PHP] RE: removing an element from an array

2003-10-01 Thread Christoffer Enedahl
Look up array_splice in the manual HTH/Christoffer

[PHP] Re: Recursive class trouble

2003-09-23 Thread Christoffer Enedahl
I had to rewrite my class so it parsed all data in the constructor. I'm still wondering about this though. I't seems like a bug, however I don't know enough about PHP to report bugs yet. I'm used to program in ASP. I'm very pleased with PHP so far, this quirk is the first negative issue I've found

[PHP] Recursive class trouble

2003-09-22 Thread Christoffer Enedahl
I'm trying to do some recursive work with classes. And I run in to problems executing the recursive actions outside the constructor. I've narrowed it down to this, its simply returning levelnumbers as of know, but the problem still exists. this does not work, it only goes to level 2, where is shou