# You can find more information about this file on the symfony website: # http://www.symfony-project.org/reference/1_4/en/10-Routing odpovedi_doktora: url: /odpovedi-doktora/:doktor_id/:kampan_id param: { module: kampan, action: odpovediDoktora } # default rules homepage: url: / param: { module: kampan, action: index } 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 } # generic rules # please, remove them by adding more specific rules default_index: url: /:module param: { action: index } default: url: /:module/:action/* kampan_show_user: url: /kampan/:id/:nazev class: sfDoctrineRoute options: { model: PharmalinkKampan, type: object } param: {module: kampan, action: show} #requirements: # id: \d+ # sf_method: [get] potvrzeni: url: /:module class: sfDoctrineRoute options: { model: PharmalinkDoktor, type: object } param: {module: doktor, action: potvrzeni}