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

it's because $this->_forward starts the dispatch process all over vs. $this->testAction() referencing the current object. _forward creates another request on the dispatch stack.
__________________
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