更新时间:2021-04-01 14:09:21
Coverpage
Copyright Information
Credits
About the Authors
About the Reviewer
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Getting Started with Symfony
Exploring Symfony
Coding guidelines
Installing Symfony
Summary
Chapter 2. Developing Our Application
The milkshake shop
Chapter 3. Adding the Business Logic and Complex Application Logic
The generated models
Retrieving data using the models
Retrieving the result set from the action
Plugins
Chapter 4. User Interaction and Email Automation
The signup module
Binding a form to a database table
Submitting the form
Changing the global rendering of forms
Customizing the rendering of the form
Creating a simple form
Automated email responses
Flashing temporary values
Creating a plugin
Packaging a plugin
Chapter 5. Generating the Admin Area
How Symfony can help us
Initializing generator
Customizing the admin generator
Handling foreign keys using admin generator
Customizing the layout
Securing the application
Chapter 6. Advanced Forms and JavaScript
Adding JavaScript code into the Symfony project
Creating more advanced admin modules
Autocompleting the search
Other JavaScript helpers
Chapter 7. Internationalizing our Global Positions
Internationalization and localization
Setting and getting the culture and language
The action
Adding culture to the routing
Localizing the template
Translating interface text
Dictionary files
Translating the interface
Chapter 8. Extending Symfony
Bridging to other frameworks
Multiple inheritance
Chapter 9. Optimizing for Performance
HTTP compression
Caching
Looking at the database
Caching your queries
Other tools to aid you
Chapter 10. Final Tweaks and Deployment
Editing the default pages
Disabling the application
Index