On Jan 27, 2008 10:01 PM, little btx <btxlittle@xxxxxxxxx> wrote: > public function init() > try{ > $this->subject = new subject($subject_id); > }catch (Zend_Exception $e) > { > > $this->_forward('index','error',null,array('error'=>$e->getMessage()); > } > } > when it catch the Zend_Exception ,the function _forward doesn't work > please keep posts on list for the benefit of others. what is the precise error you receive when _forward() is called? also, what is the context of this code you have posted? are you extending a class from the zend framework? -nathan