But, you can use routing requirements too, which would be a neater solution.
See "Pattern Constraints" here : http://www.symfony-project.org/book/1_2/09-Links-and-the-Routing-System On 19 Mar 2009, at 18:59, Lee Bolding wrote: > > if ($request->hasParameter("invite")) { > > } > > On 19 Mar 2009, at 18:58, dziobacz wrote: > >> >> I have links: >> http://localhost/profil/users >> and >> http://localhost/profil/users/invite/3 >> >> >> I would like to do something like that: >> >> if(isset($_GET['invite'])) >> { >> .................... >> } >> >> >> How can I make it in symfony ? >>> > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
