zf3 zend navigation helper
问题 I'm trying to implement my zend navigation from a container in ZF3. I have successfully created navigation with this quick start tutorial introducing navigation directly in config/autoload/global.php or config/module.config.php files: https://docs.zendframework.com/zend-navigation/quick-start/ But now I need to make it work these with the helpers to allow navigation modifications from the controller, using the "Navigation setup used in examples" section: https://docs.zendframework.com/zend