Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. >> app Route "ristorante_contatti" for application "frontend"
  2. Name ristorante_contatti
  3. Pattern /contatti.html
  4. Class sfDoctrineRoute
  5. Defaults action: 'contatti'
  6. module: 'contatti'
  7. Requirements sf_method: array (0 => 'post',)
  8. Options cache: NULL
  9. context: array ()
  10. debug: true
  11. default_action: 'index'
  12. default_module: 'default'
  13. extra_parameters_as_query_string: true
  14. generate_shortest_url: true
  15. load_configuration: false
  16. logging: false
  17. lookup_cache_dedicated_keys: false
  18. model: 'Contatti'
  19. segment_separators: array (0 => '/',1 => '.',)
  20. segment_separators_regex: '(?:/|\\.)'
  21. suffix: ''
  22. text_regex: '.+?'
  23. type: 'object'
  24. variable_content_regex: '[^/\\.]+'
  25. variable_prefix_regex: '(?:\\:)'
  26. variable_prefixes: array (0 => ':',)
  27. variable_regex: '[\\w\\d_]+'
  28. Regex #^/contatti\.html$#x
  29. Tokens separator array (0 => '/',1 => NULL,)
  30. text array (0 => 'contatti',1 => NULL,)
  31. separator array (0 => '.',1 => NULL,)
  32. text array (0 => 'html',1 => NULL,)
  33. X-Powered-By: PHP/5.2.14
  34. Content-type: text/html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement