1
0
mirror of synced 2025-02-08 00:09:26 +03:00

Fixed TOCTree for tutorial on indexed associations.

This commit is contained in:
Benjamin Eberlei 2011-02-05 13:48:12 +01:00
parent 0f974c562c
commit c0cefa8749
3 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -44,6 +44,7 @@ Tutorials
tutorials/getting-started-xml-edition tutorials/getting-started-xml-edition
tutorials/working-with-indexed-associations tutorials/working-with-indexed-associations
Cookbook Cookbook
-------- --------

View File

@ -120,7 +120,7 @@ The code and mappings for the Market entity looks like this:
</entity> </entity>
</doctrine-mapping> </doctrine-mapping>
.. code-block:: yml .. code-block:: yaml
Doctrine\Tests\Models\StockExchange\Market: Doctrine\Tests\Models\StockExchange\Market:
type: entity type: entity
@ -207,7 +207,7 @@ here are the code and mappings for it:
</entity> </entity>
</doctrine-mapping> </doctrine-mapping>
.. code-block:: yml .. code-block:: yaml
Doctrine\Tests\Models\StockExchange\Stock: Doctrine\Tests\Models\StockExchange\Stock:
type: entity type: entity