Files
Grégoire Paris e1675eb371 Revert "add capability to use allfields sql notation"
This reverts commit 12c721f528.

This feature introduces several issues:

- It adds alias.*, which is a first, for instance you cannot do
SELECT u.* FROM User u
- If introduces coupling between property order in mapping fields and
  the result.
2025-06-21 11:58:42 +02:00
..
2025-06-05 07:44:37 +02:00
2021-06-26 22:43:16 +02:00
2025-06-05 07:44:37 +02:00
2025-06-05 07:44:37 +02:00

Doctrine ORM Documentation

The documentation is written in ReStructured Text.

How to Generate:

In the docs/ folder, run

composer update

Then compile the documentation with:

make html

This will generate the documentation into the build subdirectory.

To browse the documentation, you need to run a webserver:

cd build/html
php -S localhost:8000

Now the documentation is available at http://localhost:8000.