Symfony 2.3 Beginners Tutorial - Part 6 - Forms (Introduction) (1080p)
3K views
Feb 15, 2023
In part 5 we took our first look at Doctrine which allowed us to create, updated, and delete entities in our database. Now we move on to another corner stone of modern web development - forms. Symfony 2 has an excellent Form Builder available for our use, and in this video we take a look at creating some basic forms, how we can render them in our templates, how we can handle, validated, and save the submitted form data, and also how to repopulate a form with already existing data.