symfony 配置选项学习

The main *.yml configuration file for an application can be found in the apps/APP_NAME/config/ directory.

http://www.symfony-project.org/reference/1_4/en/03-Configuration-Files-Principles

http://www.symfony-project.org/reference/1_4/en/05-Factories factories.yml

http://www.symfony-project.org/reference/1_4/en/04-Settings settings.yml

http://www.symfony-project.org/reference/1_4/en/06-Admin-Generator generator.yml

The main databases.yml configuration file for a project can be found in the config/ directory.

http://www.symfony-project.org/reference/1_4/en/07-Databases  databases.yml

http://www.symfony-project.org/reference/1_4/en/08-Security security.yml

http://www.symfony-project.org/reference/1_4/en/09-Cache cache.yml

http://www.symfony-project.org/reference/1_4/en/10-Routing routing.yml 

http://www.symfony-project.org/reference/1_4/en/11-App app.yml

http://www.symfony-project.org/reference/1_4/en/12-Filters filters.yml 

http://www.symfony-project.org/reference/1_4/en/13-View view.yml

http://www.symfony-project.org/reference/1_4/en/14-Other-Configuration-Files 

autoload.yml 

config_handlers.yml

core_compile.yml

module.yml


你可能感兴趣的:(PHP,PHP,framework,symfony)