fatal error using this when not in object context的相關公司資訊
Fatal error: Using $this when not in object context in - Stack Overflow

Fatal error: Using $this when not in object context in - Stack Overflow

瀏覽:514
日期:2026-04-20
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 :....看更多