X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fselector.php;h=1898557928e653b332801a047499dfcb073d0bcc;hb=3066fde87517fbd0a93adb19d7522bd772070606;hp=a441dafcd793f94fb94b819515ae46583857a996;hpb=b9c18d6c24e3be4393bf41005aa4e428a0ea3218;p=core.git diff --git a/inc/selector.php b/inc/selector.php index a441dafc..18985579 100644 --- a/inc/selector.php +++ b/inc/selector.php @@ -25,12 +25,12 @@ // 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.) );