1 | <?php |
---|
2 | // auto-generated by sfRootConfigHandler |
---|
3 | // date: 2014/05/07 16:15:25 |
---|
4 | |
---|
5 | $this->handlers['config/autoload.yml'] = new sfAutoloadConfigHandler(); |
---|
6 | $this->handlers['config/autoload.yml']->initialize(); |
---|
7 | $this->handlers['config/php.yml'] = new sfPhpConfigHandler(); |
---|
8 | $this->handlers['config/php.yml']->initialize(); |
---|
9 | $this->handlers['config/databases.yml'] = new sfDatabaseConfigHandler(); |
---|
10 | $this->handlers['config/databases.yml']->initialize(); |
---|
11 | $this->handlers['config/settings.yml'] = new sfDefineEnvironmentConfigHandler(); |
---|
12 | $this->handlers['config/settings.yml']->initialize(array ( |
---|
13 | 'prefix' => 'sf_', |
---|
14 | )); |
---|
15 | $this->handlers['config/app.yml'] = new sfDefineEnvironmentConfigHandler(); |
---|
16 | $this->handlers['config/app.yml']->initialize(array ( |
---|
17 | 'prefix' => 'app_', |
---|
18 | )); |
---|
19 | $this->handlers['config/factories.yml'] = new sfFactoryConfigHandler(); |
---|
20 | $this->handlers['config/factories.yml']->initialize(); |
---|
21 | $this->handlers['config/bootstrap_compile.yml'] = new sfCompileConfigHandler(); |
---|
22 | $this->handlers['config/bootstrap_compile.yml']->initialize(); |
---|
23 | $this->handlers['config/core_compile.yml'] = new sfCompileConfigHandler(); |
---|
24 | $this->handlers['config/core_compile.yml']->initialize(); |
---|
25 | $this->handlers['config/filters.yml'] = new sfFilterConfigHandler(); |
---|
26 | $this->handlers['config/filters.yml']->initialize(); |
---|
27 | $this->handlers['config/logging.yml'] = new sfLoggingConfigHandler(); |
---|
28 | $this->handlers['config/logging.yml']->initialize(array ( |
---|
29 | 'prefix' => 'sf_logging_', |
---|
30 | )); |
---|
31 | $this->handlers['config/routing.yml'] = new sfRoutingConfigHandler(); |
---|
32 | $this->handlers['config/routing.yml']->initialize(); |
---|
33 | $this->handlers['config/i18n.yml'] = new sfDefineEnvironmentConfigHandler(); |
---|
34 | $this->handlers['config/i18n.yml']->initialize(array ( |
---|
35 | 'prefix' => 'sf_i18n_', |
---|
36 | )); |
---|
37 | $this->handlers['modules/*/config/generator.yml'] = new sfGeneratorConfigHandler(); |
---|
38 | $this->handlers['modules/*/config/generator.yml']->initialize(); |
---|
39 | $this->handlers['modules/*/config/view.yml'] = new sfViewConfigHandler(); |
---|
40 | $this->handlers['modules/*/config/view.yml']->initialize(); |
---|
41 | $this->handlers['modules/*/config/mailer.yml'] = new sfDefineEnvironmentConfigHandler(); |
---|
42 | $this->handlers['modules/*/config/mailer.yml']->initialize(array ( |
---|
43 | 'prefix' => 'sf_mailer_', |
---|
44 | 'module' => true, |
---|
45 | )); |
---|
46 | $this->handlers['modules/*/config/security.yml'] = new sfSecurityConfigHandler(); |
---|
47 | $this->handlers['modules/*/config/security.yml']->initialize(); |
---|
48 | $this->handlers['modules/*/config/cache.yml'] = new sfCacheConfigHandler(); |
---|
49 | $this->handlers['modules/*/config/cache.yml']->initialize(); |
---|
50 | $this->handlers['modules/*/validate/*.yml'] = new sfValidatorConfigHandler(); |
---|
51 | $this->handlers['modules/*/validate/*.yml']->initialize(); |
---|
52 | $this->handlers['modules/*/config/module.yml'] = new sfDefineEnvironmentConfigHandler(); |
---|
53 | $this->handlers['modules/*/config/module.yml']->initialize(array ( |
---|
54 | 'prefix' => 'mod_', |
---|
55 | 'module' => true, |
---|
56 | )); |
---|