X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fselector.php;h=51f6c43db5016189b73cc123faaae603e276c525;hp=a441dafcd793f94fb94b819515ae46583857a996;hb=bd8a0f8e45a51ded51fd3afb2996c5e29f6852aa;hpb=b9c18d6c24e3be4393bf41005aa4e428a0ea3218 diff --git a/inc/selector.php b/inc/selector.php index a441dafc..51f6c43d 100644 --- a/inc/selector.php +++ b/inc/selector.php @@ -4,9 +4,11 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org + * @deprecated + * @todo We should minimize these includes * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,12 +27,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.) );