well, you can just use that custom routecompiler and set compiler_class to it, though I think it might be a good idea to support it in core.
I could create a separate repo for it if there is a need, but I think you can just copy the code as you might want to change it for your needs: https://github.com/aurelijus/symfony/commit/f550ad89daed6f5e6f82dc81d2c6cca1ce5f1838 -- Aurelijus ValeiĊĦa On Wed, Mar 2, 2011 at 2:22 PM, Venzon <[email protected]> wrote: > I really share your point of view VTTRoseRed > Imho multiple routes pointing same controller action will be very > painful in use. At least I feel this that way because I use dynamic > urls in project I am developing with SF2. > I feel that routing is weekest part of SF2 as well as SF1. > For example tree structures are part of almost every web portal and > page. If you want google to position your page well then having tree > structures in url is a must. Issue with tree structures is that tree > can have unlimited number of elements. Hope some support for tree > structures in url patterns will be implemented someday becouse its > very useful. > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" 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-devs?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en
