PHP Fatal error: Can't use method return value in write context in 
asked by Not Registered on 27 March 2008 19:20
Can anybody help me?
Answers
Could you please post your code? I can only guess you tried something like:
$obj = new Foo();
if (1 == $obj->bar()) continue
Am I right?
$obj = new Foo();
if (1 == $obj->bar()) continue
Am I right?


















