Hi, > But when i check the url from the new/edit (the actions required) > button, It is "/sf_guard_user/new" ("/sf_guard_user/edit" in the other > case). So, I need change that links to /usuarios/**action** > > Can you show me how to fix that?
Well, i'm not using Doctrine, but the follow example with Propel may be help you: // routing.yml sf_guard_user: class: sfPropelRouteCollection options: model: sfGuardUser module: sfGuardUser segment_names: { new: agregar, create: agregar, edit: editar, delete: eliminar } prefix_path: usuarios column: id with_wildcard_routes: true In this case, the action: sf_guard_user/new looks like: usuarios/agregar I hope this helps. -- Juan Pablo Romero Bernal Blog: http://jpromerobx.blogspot.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 -~----------~----~----~----~------~----~------~--~---