THX !! It works :)

On 19 Mar, 20:03, Lee Bolding <l...@leesbian.net> wrote:
> 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 symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to