[symfony-users] $this->redirect vs $this->forward

2010-05-10 Thread Parijat Kalia
Hey wasssup everyone, SO apparently redirect and forward carry out similar tasks, which is to redirect to the user to another page from the current page. What according to ya'all is the difference between the redirect and the forward commands. More specifically, I am making use of $this->forward(

Re: [symfony-users] $this->redirect vs $this->forward

2010-05-10 Thread Julian
redirect in this case is the better choice 2010/5/11 Parijat Kalia > Hey wasssup everyone, > > SO apparently redirect and forward carry out similar tasks, which is to > redirect to the user to another page from the current page. What according > to ya'all is the difference between the redirect a

Re: [symfony-users] $this->redirect vs $this->forward

2010-05-10 Thread Eno
On Mon, 10 May 2010, Parijat Kalia wrote: > SO apparently redirect and forward carry out similar tasks, which is to > redirect to the user to another page from the current page. What according > to ya'all is the difference between the redirect and the forward commands. http://www.symfony-project.