public static function lazyLoad($strClassName) { /* some work to find the file to include mixing strClassName */ /* include your files here... */ } spl_autoload_register("lazyLoad");