2009/12/16 Prunka, Sean PRUNKAS@battelle.org:
Thanks. The last bit is the one I'm hitting already. We have a Java Programmer that uses require_once in every file that calls the other files, so it's a nice tangled mess, but I am sorting it all out. I think I've gotten narrowed done to a handful of possible culprits.
Do you know about $wgAutoloadClasses? Look at any extension setup file in our SVN repo for example usage. Once a class is registered there, it'll automatically be loaded when it's needed.
Roan Kattouw (Catrope)