X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fselector.php;h=1898557928e653b332801a047499dfcb073d0bcc;hp=a441dafcd793f94fb94b819515ae46583857a996;hb=2c0148a84570f1a8343fa6b98a279e903b3e4fa2;hpb=0d566e56ff27dcbf25a90d513950bbf26fe71422;ds=sidebyside 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.) );