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

Viewed 3328

I play around with the latest ZF2 possibilities, but its kinda hard to find all the options you can define in the module.config.php

An example: Which options has the 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 the ViewManager.

Any pointers would be highly appreciated.

TIA

EDIT: see http://akrabat.com/zend-framework-2/zendservicemanager-configuration-keys/

1 Answers
Related