Some fixes in the docs
This commit is contained in:
parent
5e3e48c8dd
commit
8a39a66057
@ -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
|
||||
|
@ -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>`
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user