Guys,
In my opinion, routing and URL generation has been Phalcon's weakest spot. I'm saying weakest because it also happens to be one of the fundamental components.
I wasn't impressed when I first saw it about a year ago and it hasn't changed much since.
The biggest problem, in my opinion, is the lack of support for default parameters both when doing route matching and URL generation.
- https://stackoverflow.com/questions/19307739/phalcon-routing-behaviour-redundant-routes
- https://github.com/phalcon/cphalcon/issues/1078
- https://stackoverflow.com/questions/17929493/phalcon-routing-making-route-segments-optional
My question to the developers - do you guys plan some sort of functionality review or, possibly an entire overhaul of Router/URL generator? Or do you, instead think it is already OK the way it is?
Best wishes, Temuri