I'm building a blog kind of site and for my posts I want the URL
syntax "/<category>/<title-of-the-post>" and the categories should be
reachable at "/<category>". These are served through my 'article' and
'category' modules.

Now say I want to add something like a projects gallery, where I show
my various projects at "/<project-name>". Obviously I want to serve
them from a 'project' module. How would I do that?

The problem I'm running into is that a matching route halts the route
parsing. But maybe there's a way to return, from a custom routing
class, into the routing.yml parser?

-- 
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 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