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