Introduction
Using a full-stack framework like symfony is one of the easiest ways to increase your speed and efficiency as a web developer. The framework comes bundled with many useful features that help you concentrate on your application's business logic rather than on the implementation on yet another object pager or yet another database abstraction layer. However, this also comes at a cost; learning all the available features and all the built-in configuration possibilities does not happen overnight.
The Practical Symfony book is a great way for a beginner to learn symfony, understand how it works, and also see best web development practices in action.
When you begin working on your own projects, you need a reference guide. A book where you can easily find answers to your questions at your fingertips. The Symfony Reference Guide book aims to provide such a guide. It acts as a complementary book to Practical symfony. This is a book you will keep with you whenever you develop with symfony. This book is the fastest way to find every available configuration thanks to a very detailed table of contents, an index of terms, cross-references inside the chapters, tables, and much more.
Despite being the lead developer of symfony, I still use this book from time to time to look for a particular configuration setting, or just browse the book to re-discover some great tips. I hope you will enjoy using it on a day to day basis as much as I do.
インデックス
Document Index
関連ページリスト
Related Pages
- Introduction
- The YAML Format
- Configuration File Principles
- The settings.yml Configuration File
- The factories.yml Configuration File
- The generator.yml Configuration File
- The databases.yml Configuration File
- The security.yml Configuration File
- The cache.yml Configuration File
- The routing.yml Configuration File
- The app.yml Configuration File
- The filters.yml Configuration File
- The view.yml Configuration File
- Other Configuration Files
- Events
- Tasks
- Appendix A - License
日本語ドキュメント
Japanese Documents
- 2011/01/18 Chapter 17 - Extending Symfony
- 2011/01/18 The generator.yml Configuration File
- 2011/01/18 Les tâches
- 2011/01/18 Emails
- 2010/11/26 blogチュートリアル(8) ビューの作成