Re: [PHP] i enconter a question when use Zend Framework's _foward function

2008-01-28 Thread Jim Lucas
Nathan Nobbe wrote: On Jan 27, 2008 10:01 PM, little btx <[EMAIL PROTECTED]> wrote: public function init() try{ $this->subject = new subject($subject_id); }catch (Zend_Exception $e) { $this->_forward('index','error',null,array('error'=>$e->getMessage()); You are m

Re: [PHP] i enconter a question when use Zend Framework's _foward function

2008-01-27 Thread Nathan Nobbe
On Jan 27, 2008 10:01 PM, little btx <[EMAIL PROTECTED]> wrote: > public function init() > try{ > $this->subject = new subject($subject_id); > }catch (Zend_Exception $e) > { > > $this->_forward('index','error',null,array('error'=>$e->getMessage()); > } > } > whe

Re: [PHP] i enconter a question when use Zend Framework's _foward function

2008-01-27 Thread Nathan Nobbe
On Jan 27, 2008 9:53 PM, little btx <[EMAIL PROTECTED]> wrote: > in the function init() ,i want to use the function _foward but it doesn't > work. how to deal the problem > i think youll have to be more specific, can you supply some code that illustrates the problem ? -nathan

[PHP] i enconter a question when use Zend Framework's _foward function

2008-01-27 Thread little btx
in the function init() ,i want to use the function _foward but it doesn't work. how to deal the problem