]> git.mxchange.org Git - shipsimu.git/blobdiff - ship-simu/application/selector/loader.php
(no commit message)
[shipsimu.git] / ship-simu / application / selector / loader.php
diff --git a/ship-simu/application/selector/loader.php b/ship-simu/application/selector/loader.php
deleted file mode 100644 (file)
index 46f5bf8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-// The application's class loader
-if (!isset($application)) {
-       // We need this!
-       ApplicationEntryPoint::app_die("[Main:] Interne Variable <strong>application</strong> nicht gefunden!");
-}
-
-// Load all classes
-ClassLoader::getInstance()->loadClasses(sprintf("%s/%s/", FrameworkConfiguration::getInstance()->readConfig("application_path"), $application));
-
-// Include all classes
-ClassLoader::getInstance()->includeAllClasses();
-
-// Clean up the global namespace
-unset($lowerClasses);
-unset($class);
-
-// [EOF]
-?>