zend-mvc
zend-mvc copied to clipboard
LazyControllerAbstractFactory doesn't look in FormManager
The extremely convenient LazyControllerAbstractFactory only checks ServiceManager when making objects for the controller's constructor.
This means that I have to move any forms without a factory from the 'form_elements' config array to 'service_manager'... and odd delineation.
This repository has been closed and moved to laminas/laminas-mvc; a new issue has been opened at https://github.com/laminas/laminas-mvc/issues/17.