Because the project which I work on use symfony 1.0. The problem is solved. =)
Thank you ! 2010/5/7 Tom Ptacnik <[email protected]> > If you are new in Symfony, why not to start with the newest stable > version - Symfony 1.4 ? > > > > On 4 kvÄ›, 16:48, Anasteziya <[email protected]> wrote: > > Hello! > > > > I'm new in symfony and try to understand how it works and work with > > it. > > > > I created the form by using form's helpers and want to call another > > action with form's parameters. > > Function executeCreate takes parameters from form and redirected to > > the report action. > > > > public function executeCreate() { > > if ($this->getRequest()->getMethodName()=='POST') > > { > > $this->redirect('reportTool/report?'.http_build_query($this->getRequest()- > > >getParameterHolder()->getAll())); > > } > > } > > > > I have one problem. > > 1. Some parameter's key starts from amp; I suppose it is not good. > > Maybe I should use another function for query building? > > > > I read and google a lot of but the most part of examples works for 1.2 > > or 1.4 version of symfony. > > > > Thank you for help! > > > > Anastasia > > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > > > You received this message because you are subscribed to the Google > > Groups "symfony users" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<symfony-users%[email protected]> > > For more options, visit this group athttp:// > groups.google.com/group/symfony-users?hl=en > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
