RE: [fw-general] Re: Re[fw-general] direct Question

2008-07-17 Thread Robert Castley
is->title, this->groupKey, 'view'); Is this correct? Cheers, - Robert -Original Message- From: Matthew Weier O'Phinney [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: 08 July 2008 17:51 To: fw-general@lists.zend.com Subject: Re: [fw-gene

RE: [fw-general] Re: Re[fw-general] direct Question

2008-07-10 Thread Robert Castley
gt;title, this->groupKey, 'view'); Is this correct? Cheers, - Robert -Original Message- From: Matthew Weier O'Phinney [mailto:[EMAIL PROTECTED] Sent: 08 July 2008 17:51 To: fw-general@lists.zend.com Subject: Re: [fw-general] Re: Re[fw-general] direct Question -- Robe

RE: [fw-general] Re: Re[fw-general] direct Question

2008-07-08 Thread Robert Castley
Thank you, thank you, thank you! - Robert -Original Message- From: Matthew Weier O'Phinney [mailto:[EMAIL PROTECTED] Sent: 08 July 2008 17:51 To: fw-general@lists.zend.com Subject: Re: [fw-general] Re: Re[fw-general] direct Question -- Robert Castley <[EMAIL PROTECTED]>

Re: [fw-general] Re: Re[fw-general] direct Question

2008-07-08 Thread Matthew Weier O'Phinney
lper that works just like its cousin in the view helpers: $this->view->saveUrl = $this->_helper->url(...); > -Original Message- > From: Matthew Weier O'Phinney [mailto:[EMAIL PROTECTED] > Sent: 08 July 2008 16:18 > To: fw-general@lists.zend.com > Sub

RE: [fw-general] Re: Re[fw-general] direct Question

2008-07-08 Thread Robert Castley
ts straight away. Is there another method to build up urls in the controller. Much akin to the $this->url in the view. - Robert -Original Message- From: Matthew Weier O'Phinney [mailto:[EMAIL PROTECTED] Sent: 08 July 2008 16:18 To: fw-general@lists.zend.com Subject: Re: [fw-

Re: [fw-general] Re: Re[fw-general] direct Question

2008-07-08 Thread Matthew Weier O'Phinney
-- monk.e.boy <[EMAIL PROTECTED]> wrote (on Tuesday, 08 July 2008, 07:36 AM -0700): > Matthew Weier O'Phinney-3 wrote: > > > > > > Use the redirector instead of constructing the URL yourself: > > > > $this->_helper->redirector('project'); > > > > This will do the same as what you were tryin

[fw-general] Re: Re[fw-general] direct Question

2008-07-08 Thread monk.e.boy
Matthew Weier O'Phinney-3 wrote: > > > Use the redirector instead of constructing the URL yourself: > > $this->_helper->redirector('project'); > > This will do the same as what you were trying to accomplish before. > -- > Matthew Weier O'Phinney > > Matt, Thanks for the promp repl