Okay cool. I figured it did due to the security implications of not exiting after a redirect via header. Thanks
Mike Tramontano From: Vadim Gabriel [mailto:[email protected]] Sent: Friday, April 17, 2009 2:12 PM To: Michael Tramontano Cc: [email protected] Subject: Re: [fw-general] Zend controller redirect Hey, It does by default. But you can override it by using $this->setExit(false); * using 1.8 On Fri, Apr 17, 2009 at 8:56 PM, Michael Tramontano <[email protected]> wrote: Before I go digging around the zend source, I was wondering if someone knows if the controller _redirect(...) function does an exit() after sending the location header (I'm assuming its using header()). Thanks! Mike Tramontano -- Vincent Gabriel. Lead Developer, Senior Support. Zend Certified Engineer. Zend Framework Certified Engineer.
