What you want to do is basic routing. http://www.symfony-project.org/book/1_2/09-Links-and-the-Routing-System
Read the "How it Works" section to start. that should explain it. James On Jan 19, 2009, at 6:19 PM, Calvin Jeong wrote: > Hi all, > > We all know that Symfony uses the following format for URI. >> /module/action/key/value/key/value > > However, I would like to use the following format in *some* modules >> /module/action/key/value/value/value > For example, >> /blog/search/category/symfony/2008/01 > > I couldn't do much with sfWebResponse object. Do you know any ways > to solve this problem? > > Best, > > Calvin > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
