I was explaining to a Java developer why his method call wasn\'t working. He just needed to add $this->method_name();
$this->method_name();
He then asked me, \"Why do
This is not unusual. Python, Javascript, Perl (and others) all make you refer to a this or self when dealing with objects.
this
self