Virtual Class — cannot instantiate
I’m getting this error Virtual Class — cannot instantiate within nested class/functions. I checked the class reported by the error and instead of using extended class when using other class inside that specific class, I used class::function, it solved problem.
Tags: cannot instantiate, php class, php error, virtual class


