From 6c7db9b6bde5c5b72afcdd0e514e95beaa40c54a Mon Sep 17 00:00:00 2001 From: zYne Date: Sat, 1 Sep 2007 22:44:08 +0000 Subject: [PATCH] --- manual/new/docs/en/dql-doctrine-query-language/map-keyword.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/manual/new/docs/en/dql-doctrine-query-language/map-keyword.txt b/manual/new/docs/en/dql-doctrine-query-language/map-keyword.txt index 22424ae1b..f5949b260 100644 --- a/manual/new/docs/en/dql-doctrine-query-language/map-keyword.txt +++ b/manual/new/docs/en/dql-doctrine-query-language/map-keyword.txt @@ -1,5 +1,3 @@ -+++ MAP keyword - The MAP keyword offers a way of mapping certain columns as collection / array keys. By default Doctrine maps multiple elements to numerically indexed arrays / collections. The mapping starts from zero. In order to override this behaviour you need to use MAP keyword as shown above: