I am using classes in my PHP application. I have class ABC which "extends" class XYZ. Both these classes are located in the same directory. When i make a call to these classes, i get the following error:
"Class ABC: Cannot inherit from undefined class XYZ".
What is causing this error? I would appreciate your help.
thanks,