State (see State Pattern) prepared, a lot reworked/refactured
[core.git] / inc / selector.php
index a441dafcd793f94fb94b819515ae46583857a996..1898557928e653b332801a047499dfcb073d0bcc 100644 (file)
 // Try to load these includes in the given order
 $configAppIncludes = array(
        'class_' . FrameworkConfiguration::getInstance()->getConfigEntry('app_helper_class'), // The ApplicationHelper class
+       'debug',                // Some debugging stuff
+       'exceptions',   // The application's own exception handler
+       'loader',               // The application's class loader
        'config',               // The application's own configuration
        'data',                 // Application data
        'init',                 // The application initializer
-       'loader',               // The application's class loader
-       'debug',                // Some debugging stuff
-       'exceptions',   // The application's own exception handler
        'starter',              // The application starter (calls entryPoint(), etc.)
 );