each time the dispatcher dispatches an action the module, controller, action are stored in the params array and are available to the controller via $this->_request->getParam('controller') and the like. You could create an array and push this info to that array to track the call history and stash this array in the session or registry or something.
|