*/
private static $corePath = '';
- /**
- * The instances we want to remove after all is done
- */
- private static $instances = array (
- 'cfg', // The configuration system
- 'loader', // The class loader system
- 'debug', // Debug output
- 'db', // Database layer
- 'io', // Base I/O system (local file [or network])
- 'engine', // Template engine ( for ApplicationEntryPoint::app_exit() )
- 'lang', // Language sub-system
- 'app', // The ApplicationHelper instance
- );
-
/**
* The application's emergency exit
*