I play with the latest features of ZF2, but its hard to find all the parameters that you can define in the .config.php module
Example: What parameters have view_manager: I can open Zend / Mvc / View / Http / ViewManager.php and grep for all $ this-> config [*] to find them, but I'm sure there are more options for ViewManager.
Any pointers would be much appreciated.
TIA
EDIT: see http://akrabat.com/zend-framework-2/zendservicemanager-configuration-keys/
source
share