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
203
212
options:
204
-
***type**: Mapping driver type, one of `annotation`, `xml`, `yml` or `php`.
213
+
***type**: Mapping driver type, one of `annotation`, `xml`, `yml`, `simple_xml`, `simple_yml` or `php`.
205
214
***namespace**: Namespace in which the entities reside.
206
215
216
+
*New: the `simple_xml` and `simple_yml` driver types were added in v1.1 and provide support for the [simplified XML driver][10] and [simplified YAML driver][11] of Doctrine.*
217
+
207
218
Additionally, each mapping definition should contain one of the
208
219
following options:
209
220
***path**: Path to where the mapping files are located. This should
@@ -405,6 +416,8 @@ Some inspiration was also taken from [Doctrine Bundle][4] and
0 commit comments