Skip to Content

Today, we will learn how to fix “php using $this when not in object context”. This is one of the common issues new PHP developers face.   What Is $this $this is a pointer referring to the current object of the class. Current object means object currently using the function. There could be many objects …

Read More about PHP Using $THIS When Not In Object Context