 |
class - PHP Fatal error: Using $this when not in object context - Stack Overflow
In my class.php I've got this error: Fatal error: Using $this when not in object context in class.php on line ... e.g. on the class level instead of the instance level, thus you are using $this when not in object context. $this does not exist in class con
stackoverflow.com |
 |