kind: class: sfDoctrineRouteCollection options: model: Kind module: kind prefix_path: kind column: id with_wildcard_routes: true author: class: sfDoctrineRouteCollection options: model: Author module: author prefix_path: author column: id with_wildcard_routes: true page: class: sfDoctrineRouteCollection options: model: Page module: page prefix_path: page column: id with_wildcard_routes: true user: class: sfDoctrineRouteCollection options: model: User module: user prefix_path: user column: id with_wildcard_routes: true item: class: sfDoctrineRouteCollection options: model: Item module: item prefix_path: item column: id with_wildcard_routes: true category: class: sfDoctrineRouteCollection options: model: Category module: category prefix_path: category column: id with_wildcard_routes: true sf_guard_signin: url: /login param: { module: sfGuardAuth, action: signin } sf_guard_signout: url: /logout param: { module: sfGuardAuth, action: signout } sf_guard_password: url: /request_password param: { module: sfGuardAuth, action: password } # default rules homepage: url: / param: { module: category, action: index } default_index: url: /:module param: { action: index } default: url: /:module/:action/*