View Single Post
  #2 (permalink)  
Old 04-18-2008, 01:47 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 122
Default

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.
__________________
Zend Framework Resources: Zend Webinars | Reference Manual | API Docs | Books | FreeNode: #zftalk
Getting Started Tutorials: Getting started with ZF | Getting started with Zend Auth
Reply With Quote