Undefined class 'x'
Sample code:
//... $obj = new x; // Undefined class 'x' //...
You tried to use class 'x' but its definition can't be found. __call method.
Skip to: Content | Navigation | Footer

Sample code:
//... $obj = new x; // Undefined class 'x' //...
You tried to use class 'x' but its definition can't be found. __call method.