Re: [PHP] error cannot instantiate non-existent class

2003-09-12 Thread CPT John W. Holmes
From: "Golawala, Moiz M (IndSys, GE Interlogix)" <[EMAIL PROTECTED]> > I am newbie with php and I am trying to instantiate a > class. Welcome to PHP. > this->$config = $config; $this->config = $config; > Parse error: parse error, unexpected T_OBJECT_OPERATOR > in C:\Program Files\Apache Group\

[PHP] error cannot instantiate non-existent class

2003-09-12 Thread Golawala, Moiz M (IndSys, GE Interlogix)
I am newbie with php and I am trying to instantiate a class. I am using the command line to test my stuff out before I try it with a browser. The following is my class code: (name of file is AddConfigs.inc) $config = $config; echo " in constructor $config "; echo "