From c0cefa874947d02a1909cccfb25be00f4af1261b Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 5 Feb 2011 13:48:12 +0100 Subject: [PATCH] Fixed TOCTree for tutorial on indexed associations. --- en/_exts/configurationblock.pyc | Bin 3386 -> 0 bytes en/index.rst | 1 + ...rst => working-with-indexed-associations.rst} | 6 +++--- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 en/_exts/configurationblock.pyc rename en/tutorials/{working-with-indexed-assocations.rst => working-with-indexed-associations.rst} (98%) diff --git a/en/_exts/configurationblock.pyc b/en/_exts/configurationblock.pyc deleted file mode 100644 index bd1959c3a04f9ead6f17f187c2009b906f7dc47a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3386 zcmd5;UvC>l5TCvC|JX^I(n^6sB|yliYE55)K&8+>sIAmS)g=OI6`d}=wY|;x&b?iy zi4?yO9(mvcAifh{g)acVnM-`3YTi;*pKo?%cXoIF&;9jxr=@M{$$*Z3HH_ckwSNG_ z_$%5aN)+`KB_8!XQatO?u1`sY`jvwAX}3yAjrujv719+lb%6~UdK6dbSE3`LXZyd=mn#ce@WDDKc!cNqejfAH&iz+4mHzRC5# znLX`VEd2>(yNWrg0BIKMQ{-$q)wx^4!XQhBW;DwqXR>rB$p*U%lkn!dcx?kfLr6uz zRu?!GH}iBDrqM))plPsPkAPX*GWndow^v2ml_jYue9`ptfr#Br>d#`M&-Hwh@ z+spFF^*9^Yo=$tA-gg#Uugi90dJt4_);b@`>erNLaql$e-T!FegG;pd1xTTVhCh9F zGQ7yJN<34eG4MK#;R`s)qm39$6%1AO-3HtSXKlbw@Q@5k#n8q8mQFD&V}PetFd}0%lZ>0c-%jxpFVslG^{0z&+Z)WIEcW( zXKcSRBXRNzlfH;7hX9{;tt17z#*^Yp990s+%7^o%k2W94Xj0>rK;KEz%t>fiy8;?~ z*Q0W7z#+o-arWH9Yu7PzC<+=y#v|j?T(PRA%6TyN%GE=ULUlsc1gQ&b5SEU7QX_2e zY5z|Sa-LFj|L5Q7xkvK~&8vi%I|RhpOLXK>_L3A6Z8@aFYw+XxI*U_MV4T-v)3OMJ zEAhwmRT_Ep<-9IyaG=~bhb#>;tIUM!)uAs$Lx`8pN#Xs`U67L?W0O}|hBe*~=HFDY ztw|$=)MXQII?kIUN=LJ3q#bbTUIY*iS{Pdk12SPY(Ww){YUfNkvf>+^?gbqBt`6{h zqJ^ssJk{3eIGjc~_<0fe+4TpRhR}G!w1|)t_HH zk|09p$#fi9W98@}vNdv6&cTJzD37LNp%QR}*gSC@6cGwd8cWVfK<&(uM7xlgx*Rw# z7NSNc!{GfBic6K;0nu{!}@*c95S9t59& z4sHUJW)bW>Z4+?tUBPQV1*oa=@m2i|Ps<;0K=ZpOB%gs;6cR>|PpHaLm{FIHJjMAK z6S9gUU{m}Nn>`7GdynsIZCTDLn6zwf*Cm)G3&r?5S$q)iMMaXiD0eOzNplO>D8c6d zrJc^xMD9Zzy@#B0?DbMakuc<%`~(cr;z%v5!xoY<%S~iq9T;U{3+C9gZ2wz5SmSo9 z(B^AQh^GIKav$NkSR*UX)b1%bUe}KET(o0{if4Idvv2?__ST)ka-Zpx1eJ1s3mosB z+*cvh+4dH}e>f#Lo0VS<6EXN#K#Fieu|+sJkC0FN0SlzUtqJ&%@)R@G2>FKsjZS(h z{{rqPl6-RAnaS5+HU?1~hg_beHw3pZ6MVzqHiK^gqzy6G;(J!=O7TtWg8{weEhQ({ zXmrWh^cf>8EvYu1j@s<5f^eLF+@YOG>(qmM;N@B#1RxECGYWRBoIR!e;aJJ*WDYThb7;BQ|7Zn+IzR;%b?SN+R3n||^9 E3vF@wG5`Po diff --git a/en/index.rst b/en/index.rst index 3aca1abca..c02cdba0e 100644 --- a/en/index.rst +++ b/en/index.rst @@ -44,6 +44,7 @@ Tutorials tutorials/getting-started-xml-edition tutorials/working-with-indexed-associations + Cookbook -------- diff --git a/en/tutorials/working-with-indexed-assocations.rst b/en/tutorials/working-with-indexed-associations.rst similarity index 98% rename from en/tutorials/working-with-indexed-assocations.rst rename to en/tutorials/working-with-indexed-associations.rst index 5e82617d9..88ffe0261 100644 --- a/en/tutorials/working-with-indexed-assocations.rst +++ b/en/tutorials/working-with-indexed-associations.rst @@ -120,7 +120,7 @@ The code and mappings for the Market entity looks like this: - .. code-block:: yml + .. code-block:: yaml Doctrine\Tests\Models\StockExchange\Market: type: entity @@ -207,7 +207,7 @@ here are the code and mappings for it: - .. code-block:: yml + .. code-block:: yaml Doctrine\Tests\Models\StockExchange\Stock: type: entity @@ -289,6 +289,6 @@ Outlook into the Future ~~~~~~~~~~~~~~~~~~~~~~~ For the inverse side of a many-to-many associations there will be a way to persist the keys and the order -as a third and fourth parameter into the join table. This feature is discussed in `DDC-213`_ +as a third and fourth parameter into the join table. This feature is discussed in `DDC-213 `_ This feature cannot be implemeted for One-To-Many associations, because they are never the owning side.