1) { $classPath = APPLICATION_BASE_PATH . '/vendor/' . implode('/', $namespaces) . '.php'; if (file_exists($classPath)) { require_once($classPath); } } }); /* End of file autoload.php */