Skip to content

Instantly share code, notes, and snippets.

@MiLk
Created April 27, 2011 11:13
Show Gist options
  • Save MiLk/944071 to your computer and use it in GitHub Desktop.
Save MiLk/944071 to your computer and use it in GitHub Desktop.
page:
url: /:titre
class: sfDoctrineRoute
options: { model: Page, type: object }
param: { module: page, action: index }
homepage:
url: /
class: sfDoctrineRoute
options: { model: Page, type: object }
param: { module: page, action: index }
requirements: { id: 1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment