[ Index ] |
|
Code source de Symfony 1.0.0 |
1 # rendering filter must be the first registered filter 2 rendering: 3 class: sfRenderingFilter 4 param: 5 type: rendering 6 7 web_debug: 8 class: sfWebDebugFilter 9 param: 10 condition: %SF_WEB_DEBUG% 11 12 # security filter must have a type of security 13 security: 14 class: sfBasicSecurityFilter 15 param: 16 type: security 17 condition: %SF_USE_SECURITY% 18 19 # generally, you will want to insert your own filters here 20 21 cache: 22 class: sfCacheFilter 23 param: 24 condition: %SF_CACHE% 25 26 common: 27 class: sfCommonFilter 28 29 flash: 30 class: sfFlashFilter 31 param: 32 condition: %SF_USE_FLASH% 33 34 # execution filter must be the last registered filter 35 execution: 36 class: sfExecutionFilter 37 param: 38 type: execution
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |