Last Updated: February 25, 2016
·
455
· pascal

PHP Classes $this

Always check in PHP classes whether you did not forget to put $this-> before a variable or function when you want to call it inside the class.