| Subcribe via RSS

Virtual Class — cannot instantiate

February 23rd, 2008 Posted in php by dreamluverz




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.

Leave a Reply