Symfony Translation Part XIII Form Types - ChoiceType vs EntityType [2 of 2]

Описание к видео Symfony Translation Part XIII Form Types - ChoiceType vs EntityType [2 of 2]

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Symfony Translations Series
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
"The end result we reaching for is so that the client or administrator of
the application can change any translation them selves, e.g. spelling
mistakes, change grammar, add languages to the application or change
the button wording from Sign In to Login and back a gain, eish, instead
of bugging me for these changes."

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Symfony Translation Part XIII - Form Types [2 of 2]
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

A form is composed of fields, each of which are built with the help of a
field type (e.g.TextType, ChoiceType, etc). Symfony comes standard with
a large list of field types that can be used in your application.

Full Documentation:
https://symfony.com/doc/current/refer...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Symfony ChoiceType
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

A multi-purpose field used to allow the user to "choose" one or more options.
It can be rendered as a select tag, radio buttons, or checkboxes.

Full Documentation:
https://symfony.com/doc/current/refer...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Symfony EntityType Class
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

A special ChoiceType field that's designed to load options from a Doctrine
entity. For example, if you have a Category entity, you could use this field
to display a select field of all, or some, of the Category objects from the
database.

Full Documentation:
https://symfony.com/doc/current/refer...

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Donations
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

🙏 Want to support Coding with TD? Your contributions make a big difference! You're welcome
to donate by clicking on the PayPal link below. Your support helps us create more educational
content and spread the joy of coding. Thank you for being a part of our journey! 🚀

https://paypal.me/CodingWithTD

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Github Repository
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
PLEASE NOTE: I'm not going to create a separate gitub repository for every
single video. The idea with the gitub repository is to have one symfony
application to play, test and share the coding as we go along.

URL: https://github.com/codingwithtd/symfo...
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Cheers till next time!

TD

If you like the content or learned something, please don`t forget to like,
subscribe, share, and remember the notification bell, thanks!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Music from YouTube I'm listening to while recording these videos
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Background Music Credits -
Channel: Andrew Rader
Best of Ambient Space HD Part 3
   • Видео  
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Комментарии

Информация по комментариям в разработке