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
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
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
in the function init() ,i want to use the function _foward but it doesn't
work. how to deal the problem
4 matches
Mail list logo