1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-09-01 22:44:08 +00:00
parent 9cc162a934
commit 6c7db9b6bd

View File

@ -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:
<code type="php">