57f560401b
As requested here https://github.com/doctrine/doctrine2/issues/6247#issuecomment-274123780 I thought it should be interesting to note that. The note could be longer, like "You should avoid to have multiple methods for the same event (e.g. multiple @PrePersist) since the execution order is not guaranteed".
Doctrine ORM Documentation
How to Generate:
Using Ubuntu 14.04 LTS:
- Run ./bin/install-dependencies.sh
- 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:
- git submodule init
- git submodule update