zend-mvc icon indicating copy to clipboard operation
zend-mvc copied to clipboard

LazyControllerAbstractFactory doesn't look in FormManager

Open bitwombat opened this issue 8 years ago • 1 comments

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.

bitwombat avatar Oct 08 '17 23:10 bitwombat

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.

weierophinney avatar Dec 31 '19 21:12 weierophinney