1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Some fixes in the docs

This commit is contained in:
Benjamin Eberlei 2012-01-29 20:03:40 +01:00
parent 5e3e48c8dd
commit 8a39a66057
3 changed files with 4 additions and 4 deletions

View File

@ -496,7 +496,7 @@ implementations.
Default Repository (***OPTIONAL***)
-------------------------
-----------------------------------
Specifies the FQCN of a subclass of the EntityRepository.
That will be available for all entities without a custom repository class.
@ -508,4 +508,4 @@ That will be available for all entities without a custom repository class.
$config->getDefaultRepositoryClassName();
The default value is ``Doctrine\ORM\EntityRepository``.
Any repository class must be a subclass of EntityRepository otherwise you got an ORMException
Any repository class must be a subclass of EntityRepository otherwise you got an ORMException

View File

@ -398,6 +398,6 @@ Can you **find** the easier way?).
Instead of reading through the reference manual we also recommend to look at the tutorials:
:doc:`Getting Started Tutorial <../tutorials/getting-started-xml-edition>`
:doc:`Getting Started Tutorial <../tutorials/getting-started>`

View File

@ -7,7 +7,7 @@ Tutorials
.. toctree::
:maxdepth: 1
tutorials/getting-started-xml-edition
tutorials/getting-started
tutorials/working-with-indexed-associations
tutorials/extra-lazy-associations
tutorials/composite-primary-keys