Re: [fw-general] Route with variable parameters

2008-05-16 Thread Vincent
On Fri, May 16, 2008 at 2:58 PM, Cristian Bichis <[EMAIL PROTECTED]> wrote: > > >> >> I have some problems: >> 1. How can i write the route to allow a potential unlimited number of >> parameters >> > > IIRC this would be /:text/:page/:lang/* > > Thanks, > > What kind of Route is this ? Regex or St

Re: [fw-general] Route with variable parameters

2008-05-16 Thread Cristian Bichis
I have some problems: 1. How can i write the route to allow a potential unlimited number of parameters IIRC this would be /:text/:page/:lang/* Thanks, What kind of Route is this ? Regex or Static ? Cristian

Re: [fw-general] Route with variable parameters

2008-05-16 Thread Vincent
On 5/16/08, Cristian Bichis <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to create a route to "parse" URL's like this: > > /:text/:page/:lang/:param1/:val1/:param2/:val2/:param3/:val3/:param4/:val4 > /:param5/:val5.. > > > > I have some problems: > 1. How can i write the route to

[fw-general] Route with variable parameters

2008-05-16 Thread Cristian Bichis
Hello, I am trying to create a route to "parse" URL's like this: /:text/:page/:lang/:param1/:val1/:param2/:val2/:param3/:val3/:param4/:val4/:param5/:val5.. I have some problems: 1. How can i write the route to allow a potential unlimited number of parameters 2. How can i write the