Re: [symfony-users] Is it possible to define a sfPropelRoute with multiple objects??

2009-12-28 Thread Stéphane
Is there any sfPropelRouteCollection ? But collection routes are for same classes. One RouteCollection for model class "Product" will be usable only for "Product". Anyway you can put "parts" in the url (using :my_field). Check docs about routing and advanced routing. Before Printing, Think about

[symfony-users] Is it possible to define a sfPropelRoute with multiple objects??

2009-12-28 Thread david
Hi, I am defining all routes for a directory web site. While browsing the directory I need to pass trough url multiple objects (category, article, location). Is it possible to define sfPropel Routes to work with multiple objects in the URL. If so, please, could give an example of routing.yml and ho