Re: [PHP] Step by step code running

2006-07-24 Thread Ryan A
Thanks Rob, will check it out! > You're looking for a debugger. There's a whole > thread on the go right > now for "PHP Debugger Recommendations". Personally I > prefer the > echo/print_r method that you're probably already > using... but as you say > you're trying to demonstrate so that's a bit

Re: [PHP] Step by step code running

2006-07-24 Thread Ryan A
Hey, > > I need to explain a script to a pal of mine but > either > > i cant explain it properly or he just cant get the > > concept being new to php's slightly "advanced > stuff" > > (OO and classes, mind you...i ain't no expert > myself > > in this, more like Jochem's(from this list) field > of

Re: [PHP] Step by step code running

2006-07-24 Thread Jochem Maas
Ryan A wrote: > Hi, > > I need to explain a script to a pal of mine but either > i cant explain it properly or he just cant get the > concept being new to php's slightly "advanced stuff" > (OO and classes, mind you...i ain't no expert myself > in this, more like Jochem's(from this list) field of >

Re: [PHP] Step by step code running

2006-07-23 Thread Robert Cummings
On Sun, 2006-07-23 at 08:51, Ryan A wrote: > Hi, > > I need to explain a script to a pal of mine but either > i cant explain it properly or he just cant get the > concept being new to php's slightly "advanced stuff" > (OO and classes, mind you...i ain't no expert myself > in this, more like Jochem