Symfony 2.3 Beginners Tutorial - Part 5 - Doctrine, ORMs, and your Database (1080p)

preview_player
Показать описание
In part 4 we introduced some front end loveliness with Bootstrap. But now we get into the back end, specifically, connecting our Symfony 2 application to our Database.

We will be looking into Doctrine Object Relational Mapper (ORM).

As a beginner it can seem a little overwhelming having to learn a whole new way of interacting with your Database, AS WELL AS the concepts of MVC, and all the configuration, setup and more.

Hopefully this video goes some way towards demystifying what at first appears a very complicated way to do something you will likely already be familiar with - db interaction. But stick with it, as this stuff is well worth learning.
Рекомендации по теме
Комментарии
Автор

Thanks for HD videos. Eagerly waiting for more new symfony2 tutorials. May be more complex form, form validation other advanced features etc. Thanks.

illuminek
Автор

how can I add, edit and delete data at both tables at the same time

deantrajce
Автор

Thanks for the tut, amazing really ! but I need some clarification as am using Netbeans  and Xamp and am trying to follow you, the thing is I can't run the console I run all commands from the nettbeans, but I can't get my database to read the new entity I made up and i tried clearing the cache and updating?!

HebaMasoud
Автор

Why don't you using PhP MyAdmin insted of typing all the mysql commands by yourself?

Demitrodon