1
0
Fork 0
- Changed old configuration to new class for installation
- removed old classes
Dieser Commit ist enthalten in:
DSB 2012-08-21 20:22:56 +00:00
Ursprung c0be3ce898
Commit 4a569043a6
18 geänderte Dateien mit 345 neuen und 753 gelöschten Zeilen

Datei anzeigen

@ -21,21 +21,21 @@ class Msd_Registry extends Zend_Registry
*
* @const string
*/
const CONFIG_FILENAME_KEY = '_configFilename';
const CONFIG_FILENAME_KEY = 'configFilename';
/**
* Key for the dynamic configuration. This is used inside the registry.
*
* @const string
*/
const DYNAMIC_CONFIG_KEY = '_dynamic';
const DYNAMIC_CONFIG_KEY = 'Dynamic';
/**
* Key for the configuration. This is used inside the registry.
*
* @const string
*/
const CONFIG_KEY = '_config';
const CONFIG_KEY = 'Config';
/**
* Returns the config instance if it has been registered, returns null otherwise.