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\
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 "
2 matches
Mail list logo