denys281

Untitled

Jul 5th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.  
  2. #photo album
  3.  
  4. # create new album  
  5. photo_album_new:
  6.   url: /photo_album/new
  7.   param: { module: photoAlbum, action: new }
  8.  
  9. # route collection  
  10. photoAlbum:
  11.   class:   sfDoctrineRouteCollection
  12.   options: { model: photoAlbum }
Advertisement
Add Comment
Please, Sign In to add comment