I see this error only after upgrading my PHP environment. The error points to this line of code:
error:
Creating default object from empty value
code:
$res->success = false;
Do I first need to declare my $res object?
|
I see this error only after upgrading my PHP environment. The error points to this line of code: error:
code:
Do I first need to declare my $res object? |
|||
|
Your new environment must have In order not to violate strict standrads, assuming you are trying to create a generic object and assign the property
|
|||
|
|
|
no you do not .. it will create it when you add the success value to the object.the default class is inherited if you do not specify one. |
|||||||||
|
$res? – NAVEED Jan 17 '12 at 19:45