====== Symfony YAML Configuration Reference ====== //"Symfony YAML Configuration Reference"// is a documentation of YAML configuration files used by Symfony Framework. Configuration reference for //Symfony 1.x:// * [[php:symfony:1x:yml:databases.yml|databases.yml]] * [[php:symfony:1x:yml:schema.yml|schema.yml]] * [[php:symfony:1x:yml:routing.yml|routing.yml]] * [[php:symfony:1x:yml:settings.yml|settings.yml]] * [[php:symfony:1x:yml:generator.yml|generator.yml]] * [[php:symfony:1x:yml:cache.yml|cache.yml]] * [[php:symfony:1x:yml:view.yml|view.yml]] * [[php:symfony:1x:yml:security.yml|security.yml]] * [[php:symfony:1x:yml:filters.yml|filters.yml]] * [[php:symfony:1x:yml:factories.yml|factories.yml]] * [[php:symfony:1x:yml:module.yml|module.yml]] * [[php:symfony:1x:yml:app.yml|app.yml]] * [[php:symfony:1x:yml:config.handlers-yml|config_handlers.yml]] * [[php:symfony:1x:yml:core-compile.yml|core_compile.yml]] * [[php:symfony:1x:yml:autoload.yml|autoload.yml]] See Also: * [[http://www.symfony-project.org/reference/|The symfony Reference Book]] - is the fastest way to find every available configuration; * [[http://www.symfony-project.org/doctrine/1_2/en/|The symfony and Doctrine book]] - a brief description of a few critical Doctrine subjects that symfony utilizes the most; * [[http://www.symfony-project.org/api/|Symfony API]] - detailed API documentation for the Symfony framework codebase. The best way to check the parameters of a function or the nature of the returned value is there; * [[http://www.symfony-project.org/gentle-introduction/|A Gentle Introduction to symfony]] - this book introduces you to symfony, showing you how to wield its many features to develop web applications faster and more efficiently, even if you only know a bit of PHP; * [[http://www.symfony-project.org/jobeet/1_4/Doctrine/en/|"Practical symfony" tutorial]] is a great way for a beginner to learn symfony, understand how it works, and also see best web development practices in action; * [[http://www.symfony-project.org/more-with-symfony/|The More with symfony book]] - this book is a collection of tutorials about various and more advanced symfony topics; * [[http://www.symfony-project.org/forms/|Symfony Forms in Action]] - documentation for the symfony form framework; * [[http://readthedocs.org/docs/doctrine/en/latest/en/index.html|Doctrine 1.2 ORM for PHP documentation]] - the Guide to Doctrine 1.2 for PHP; * [[http://www.doctrine-project.org/api/orm/2.2/index.html|Doctrine 2.2 API]] - detailed API documentation for the Doctrine 2.2 codebase; * [[http://symfony-check.org/|Symfony-check]] - check if your symfony application is ready for deployment; * [[http://symfony2bundles.org/|Symfony2 Bundles]] - is a good place to find the best Bundles.