Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

# rendering filter must be the first registered filter
rendering:
  class: sfRenderingFilter
  param:
    type: rendering

# security filter must have a type of security
security:
  class: sfBasicSecurityFilter
  param:
    type: security

# generally, you will want to insert your own filters here

cache:
  class: sfCacheFilter
  param:
    condition: %SF_CACHE%

# execution filter must be the last registered filter
execution:
  class:  sfExecutionFilter
  param:
    type: execution