Symfony 3: Custom Types Tutorial

preview_player
Показать описание
In this video i'm going through how you can create your own custom types in symfony 3, the example i'm using is tags input just like the youtube upload page instead of the native list provided by symfony, you also gonna learn how to setup a many to many relationship really quickly.
Рекомендации по теме
Комментарии
Автор

Thanks for this vid!! It's really great. Can't wait to see more!! Was hoping you could perhaps do a part two to this video that looked at how to clean up the code so you weren't repeating tags in the database and not accepting empty values. Would be incredibly helpful. Thank you!!

paulsimon
Автор

Hi, @25:19 when i dump the value, i don't have PersistentCollection, i have only AarrayCollection instead. Can you help me plz ? Thanks

haoshi
Автор

pls do tutorial with checkbox, dropdown box and radio connection with mySQl. pls.... help

huyduc
Автор

Hi, first of all, thanks a lot for this video, it works! I'm having trouble adapting the code to a similar case, but with a ManyToOne relationship instead of ManyToMany. I want to populate an InputTags with an EntityType, not a CollectionType, but I don't know how. Is it possible?

HorrorShow