1
0
mirror of synced 2025-02-02 13:31:45 +03:00
Greg Bell c429f1c38b Clarify association mapping language
- 5.3 was wrong - should really be 'inversedBy'
- 11.1 - change 'use' to 'have' for consistency.  A class has an attribute.

- See https://github.com/doctrine/doctrine2/issues/6686
2017-09-06 07:58:34 +10:00
..
2017-09-06 07:58:34 +10:00

Doctrine ORM Documentation

How to Generate:

Using Ubuntu 14.04 LTS:

  1. Run ./bin/install-dependencies.sh
  2. Run ./bin/generate-docs.sh

It will generate the documentation into the build directory of the checkout.

Theme issues

If you get a "Theme error", check if the en/_theme subdirectory is empty, in which case you will need to run:

  1. git submodule init
  2. git submodule update