You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each mapping definition should be an array with the following
159
167
options:
160
-
***type**: Mapping driver type, one of `annotation`, `xml`, `yml` or `php`.
168
+
***type**: Mapping driver type, one of `annotation`, `xml`, `yml`, `simple_xml`, `simple_yml` or `php`.
161
169
***namespace**: Namespace in which the entities reside.
170
+
171
+
*New: the `simple_xml` and `simple_yml` driver types were added in v1.1 and provide support for the [simplified XML driver][8] and [simplified YAML driver][9] of Doctrine.*
162
172
163
173
Additionally, each mapping definition should contain one of the
164
174
following options:
@@ -337,6 +347,8 @@ Some inspiration was also taken from [Doctrine Bundle][4] and
0 commit comments