 |
Fatal error: Using $this when not in object context in - Stack Overflow
2013年3月31日 - Like the error says, you can't use $this outside of the class definition. To use $_db outside the class definition, first make it public instead of private :.
stackoverflow.com |
 |