static error with keyword $this
-
Error in class.datatester.logging.php
on line 81, is the following:
public static function initProfiling() { $this->profileLogArray = array(); }…But $this cannot be used in static methods.
reference: https://stackoverflow.com/a/11664603/957186
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘static error with keyword $this’ is closed to new replies.