Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Doctrine ORM (with MySQL and SQLite)
Rating: 3.6 out of 5(23 ratings)
113 students

Doctrine ORM (with MySQL and SQLite)

Master PHP's powerful database abtraction layer with this hands-on course
Last updated 11/2021
English

What you'll learn

  • Doctrine ORM
  • Managing database schemas automatically
  • Doctrine command line tools
  • Build a blog using Doctrine

Course content

8 sections41 lectures1h 22m total length
  • Welcome0:55
  • How does Doctrine work?3:12

Requirements

  • A working knowledge of PHP
  • You can use any database platform supported by Doctrine
  • No knowledge of ORMs is required

Description

Doctrine ORM is a powerful database abstraction layer that allows you to focus on writing PHP, rather than SQL. It’s used by Symfony and many other frameworks and is highly sought after by employers.

In this course, we’ll learn how to use Doctrine, from creating the base classes, having Doctrine create the database schema for us, retrieving and modifying data and managing relationships between different objects.

You’ll learn hands-on as we build a blog together. Fully working code is provided so you can check your work.

You can use any database platform supported by Doctrine as it is platform agnostic. In the examples, I have used MySQL and SQLite.

Hit the buy now button to get started immediately. I can't wait to see you inside the course!

Who this course is for:

  • Developers who want to learn to use Doctrine