Hi,

I want to use nested category title in URLs.
I need URLs like,
http://www.domain.com/category/category1/category2/......... /id/2

There may be one or more category title in the URL.


In routing.yml:

category_show:
url: /category/:category_slug/:id/
class: sfPropelRoute
options: { model: DirectoryCategory, type: object }
param: { module: category, action: show }
requirement:
id: \d+
sf_method: [get]


Please let me know, What and where to change?
If something more needed, please let me know.

Thanks
Apul Gupta

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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