ZF2-64: Configuration overwriting
Description
Now we have possibility to attach additional configuration files to main application, for example by next lines:
config = APPLICATION_PATH "/configs/local.ini"
But one main strangeness that configuration items from additional config not overwriting main application config item. Why? Be better versa.
Comments
Posted by Evgheni Poleacov (zendmania) on 2011-09-06T07:06:42.000+0000
I have found ZF-6811, where was made this strangeness. I think better if next attached config should overwrite previous, it's logical right? And should be indifferent which type of config files used for main and additional configurations.
Posted by Evgheni Poleacov (zendmania) on 2011-09-12T10:17:33.000+0000
Seem to be conflicts by this issue. To close.