 |
php - Fatal error: Using $this when not in object context on Database ...
2012年3月22日 - i have these in Database.php class Database { private $dbname ... In your static method, you are using the instance accessor $this-> which is not ...
stackoverflow.com |
 |