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