1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Add another paragraph with functionalities not described yet.

This commit is contained in:
Benjamin Eberlei 2011-02-05 15:26:58 +01:00
parent 94244683b0
commit 93207c081e

View File

@ -285,6 +285,10 @@ The same applies to DQL queries: The ``indexBy`` configuration acts as implicit
echo $stock->getSymbol(); // will print "AAPL"
If you want to use ``INDEX BY`` explicitly on an indexed association you are free to do so. Additionally
indexed associations also work with the ``Collection::slice()`` functionality, no matter if marked as
LAZY or EXTRA_LAZY.
Outlook into the Future
~~~~~~~~~~~~~~~~~~~~~~~