Hi there,
I was looking at using Routes as I now have a need for some patterns that are a bit more adventurous than the default Route provided by Phalcon that handles controller/action/param.
Basically, I would like to define a route path where some of the parts are optional - for example, if I wanted to specify that 'param' (above) was optional. I couldn't find this capability specified in the Router docs, unless I missed it. Is it possible to define potentially captured named section(s) in a Route as optional?
Thanks.