I slightly remember that autoload worked with the new
statement. Now how about when I have several utility classes and I want to autoload these? And I only use static methods?
Like:
MathGuru::calculateFoo($bar);
Would autoload load MathGuru here? Or must I include it manually?