Tag archives for php-oops
$this vs self in PHP
$this refers to the current object of the class and self refers to the current class itself.$this can not be used inside static function whereas self can be used inside…
Solution for DevOps & Open Source Technology