79198187

Date: 2024-11-17 21:30:19
Score: 0.5
Natty:
Report link

I ended up here, was confident I had included the $ spent a few hours scratching my head, found the problem, compare the difference between

this->$filename = $filename; // incorrect

and

$this->filename = $filename; // correct

the $ is there in both instances, but it helps if you put it in the right place

;-)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jay Dee