You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason, why ZF\Configuration uses Zend\Config\Writer\WriterInterface (good) for extensibility, but provides this service via Zend\ModuleManager\Feature\ServiceProviderInterface API (bad) and not simply via module configuration?
This makes overriding with another Zend\Config\Writer\WriterInterface-implementation less convenient. You have to either allow overriding (bad, affects everything in service manager) or hook up to certain events to make modification.
Is there a reason, why
ZF\Configuration
usesZend\Config\Writer\WriterInterface
(good) for extensibility, but provides this service viaZend\ModuleManager\Feature\ServiceProviderInterface
API (bad) and not simply via module configuration?This makes overriding with another
Zend\Config\Writer\WriterInterface
-implementation less convenient. You have to either allow overriding (bad, affects everything in service manager) or hook up to certain events to make modification.Originally posted by @akomm at zfcampus/zf-configuration#16
The text was updated successfully, but these errors were encountered: