What would be the best place to implement some code that would be run before every action in every controller in every module of my app ?
_init* method in Bootstrap.php ?
index.php is not an option because in need to access code that is prepared in bootstrap.php
See http://framework.zend.com/manual/en/zend.controller.plugins.html
You are likely looking to hook into: