12 - Symfony 4 Beginners: Simple Doctrine Relationship

preview_player
Показать описание
How to create a simple relationship in Symfony 4 Beginners with Doctrine, This video is part of The Learn Symfony 4 Beginners series.
Рекомендации по теме
Комментарии
Автор

Don't think it was many to many as said in the beginning. Could you do a video with more complex relationships, like compound tables (storing additional data for a relation)? Thanks for the great work.

larsstecken
Автор

How can I pass only ID to another table without picking string ?
Example I have a table Users and I want to pass currently logged User "ID" to another table column "user_id", so when I create some post with logged user I want to pass only his "ID" somehow to that post table ...

tonikrizanac
Автор

Thank you so much for this video my dude!

jnmldo
Автор

Thank you so much <3 <3 <3 <3 <3

mounaziadi
Автор

And what code Editor are you using in this tutorial? it is not sublime?

dunnleaddress
Автор

Hello @OverSeas, in my case I already have an existing db schema that describes a relation oneToMany and manyToOne for tables Employer and Employees respectively, then what is the command or how to generate Entity from the existing dbase schema? (This is a reverse behaviour of this tutorial where db-schema is populated/updated to reflect the changes of foreign key relation in Entity). Thanks for any help to understand this matter.

dunnleaddress
Автор

Your videos are really good. But damn, you need another microphone and a silent keyboard for your videos. :-)

rainerschulz
Автор

you go faster than you are capable of, take it slower. so many typos and stuff. also easier to follow when slowing things down.

TomiBorchert