1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Go to file
Guilherme Blanco 022c08d947 Merge pull request #77 from Ocramius/patch-3
Making the correct usage of LIKE expressions and placeholders explicit
2012-01-29 07:40:52 -08:00
bin Copy new build process for docs into orm docs from DBAL 2011-07-13 21:19:09 +02:00
en Making the correct usage of LIKE expressions and placeholders explicit 2012-01-29 15:59:45 +01:00
.gitignore Change _templates override into a theme "doctrine". 2012-01-22 22:23:19 +01:00
.gitmodules Theme submodule 2012-01-22 23:25:48 +01: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.