|
Posted by julian_m on 01/20/06 07:38
Jerry Stuckle wrote:
> class ClsX{
> var $F_name;
> ^^^^^^
>
> function ClsX($name){
> $this->Fname = $name;
> ^^^^^
>
> }
> function GetName(){
> return $this->F_name;
> ^^^^^^
> }
> }
Ohh! what a silly mistake...
Thanks Jerry. BTW, What debugger are you using? I'm using PHP designer
2006 beta, which being a nice editor, has not the option to put breaks
and things like that, nor even is able to detect such a silly errors
like the one I had...
regards - jm
Navigation:
[Reply to this message]
|