I\'m havinh a problem on PHP 5.3. I need to call a method by using __callStatic, but if I use it in a instancied object, PHP call __call instead.>
__callStatic
__call
Inheritance of static methods is a bit weird in PHP. I suspect you need to redefine __callStatic in B
B