Symfony 2.3 Beginners Tutorial - Part 6 - Forms (Introduction)

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

Thanks! Still one of the best tutorials out there on YT!

eduardzakarian
Автор

Great tutorial, I hope to see more coming. Watched all your episodes waiting for new ones. Thanks.

illuminek
Автор

Hi Christopher Moss, can't wait for the next tutorial !!

khiangte
Автор

Thank you ! Your tutorials are great, you have how idea how much they are helping me with symfony! 

caiocb
Автор

Great Tutorial Chris!, thank you for putting all this videos together.

deifosv
Автор

Great video and tutorial. Thanks for the sharing of experience! That's real helpful!
I looking forward for the next :).

chuckgustinoris
Автор

Very good introduction to Symfony2 forms. Thank you Christopher.

One criticism though: I disagree with putting the Bootstrap CSS styles for the form fields in the controller. I think one should strive to keep all the presentation settings in the views. This is an MVC (with the emphasis on the "V" for the styling) approach after all.

StephenPienaar
Автор

thanks Deepak, I will be making more - more complex forms, validations, and event listeners are next on my agenda.

CodeReviewVideos
Автор

BIG thumb up to this great tutorial.  Thank you!

leoivarsdeargentina
Автор

Good tutorial Christ..was looking forward to part 7 on-wards..think i'm getting the hang of Symfony now..Thanks man...i am looking forward to the continuation of your last videos..

jerhiemac
Автор

Thank you sir, the symfony forms have always been a nightmare for me. This helped me out greatly.

scottiegrooves
Автор

Thanks Christopher, great tutorial :)

davidpich
Автор

Great tutorial Chris really helpful :D Cheers, waiting for more videos !

DrTube
Автор

great tutorial sir. really helps me a lot in learning symfony2. hope to see more video tutorials. :)

ReegieYorong
Автор

Thank you very much, Chris. Now i known how the form is working on symfony2

manhapt
Автор

Thank you for your tutorial! Then we can wait the continuation? 
P.S. Sorry for my english! 

yura_shapovalenko
Автор

Hi,
can I place the "action" on a <div> instead of a <button>
if yes please give an example

tiganion
Автор

Hey Chris. I noticed you continued your videos on your own site, but some of the videos are missing, like the one about Symfony and Bootstrap. I also noticed, you have a subscription system in place now to see the videos. But, I don't want to pay, unless I am certain the videos are there to view. Are they missing? Also, have you stopped working on the videos?

scottamolinari
Автор

Can i create a form without creating a class ?

gooo