I am trying to get the list of routers and followed this available module, but I am trying to get the router for every url that executed on the browser.
In the code as shown below.
foreach ($this->_routerList as $router) { $ret .= get_class($router)."\n"; } is giving me routes only for this module, where as I want for all the urls.