1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Go to file
Benjamin Eberlei ce0873d589 Merge pull request #73 from AmirBehzad/TutorialFixes
Update en/tutorials/getting-started-xml-edition.rst
2012-01-05 13:40:57 -08:00
bin Copy new build process for docs into orm docs from DBAL 2011-07-13 21:19:09 +02:00
en Separated listings of User.php, Bug.php, and Product.php. Added missed statement to use ArrayCollection in User.php . 2012-01-06 01:03:15 +03:30
.gitignore Copy new build process for docs into orm docs from DBAL 2011-07-13 21:19:09 +02:00
README.md Copy new build process for docs into orm docs from DBAL 2011-07-13 21:19:09 +02:00

Doctrine ORM Documentation

How to Generate

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

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