Skip to content

ShittySoft/symfony-live-berlin-2017-doctrine-tutorial

Repository files navigation

Basic Doctrine ORM tutorial

This tutorial will introduce you to using Doctrine ORM.

Specifically, following sections will be covered:

  1. Installation
  2. Basic concepts: a. Entities b. ORM components c. Entity states d. Transactions
  3. Creating an entity
  4. Saving and loading an entity
  5. API interactions with entities
  6. Association mapping
  7. Lazy loading

The domain

The logic inside this domain will represent a simple authentication layer, as well as a simple blog-post/blog-post commenting platform.

See the feature directory for requirements.

Installation

First, install composer.

After that, you can run:

composer require doctrine/orm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published