We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Category:Core::Deprecated
Note: This patch has been removed in favour of using ConfigLoadPatch
Instead of having different sections for one config file, the identical behaviour can be created by changing:
config/adodb.php:
$config['dsn'] = 'mysql://.....';
to:
$config['adodb']['dsn'] = 'mysql://.....';
This item is still accessable as an array with $config->item('adodb');