Where to find all options for module.config.php?

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/

+5
source share
1 answer

module.config.php, .

, ( Zend\View) .

, ZF2 RC.

+3

All Articles