Book Image

Symfony2 Essentials

Book Image

Symfony2 Essentials

Overview of this book

Table of Contents (17 chapters)
Symfony2 Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Forms

Forms handling, processing, and validation are some of the most common things that we do when we create a web application, and practically, the only way we can request data from a website visitor or user. Handling forms effectively was always one of the most requested features in all modern frameworks. In this chapter, we will go deeply into the process of form creation, validation, and saving data.