File tree Expand file tree Collapse file tree 4 files changed +2
-68
lines changed Expand file tree Collapse file tree 4 files changed +2
-68
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ The following configuration shows a bunch of mapping examples:
204204 <doctrine_mongodb : mapping name =" MyBundle2" type =" yml" />
205205 <doctrine_mongodb : mapping name =" MyBundle3" type =" annotation" dir =" Documents/" />
206206 <doctrine_mongodb : mapping name =" MyNundle4" type =" xml" dir =" Resources/config/doctrine/mapping" />
207- <doctrine_mongodb : mapping name =" MyBundle5" type =" yml " dir =" my-bundle-mappings-dir" alias =" BundleAlias" />
207+ <doctrine_mongodb : mapping name =" MyBundle5" type =" xml " dir =" my-bundle-mappings-dir" alias =" BundleAlias" />
208208 <doctrine_mongodb : mapping name =" doctrine_extensions"
209209 type =" xml"
210210 dir =" %kernel.root_dir%/../src/vendor/DoctrineExtensions/lib/DoctrineExtensions/Documents"
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ in a number of different formats including XML or directly inside the
9696 http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping.xsd" >
9797
9898 <document name =" Acme\StoreBundle\Document\Product" >
99- <field fieldName = " id " id = " true " />
99+ <id />
100100 <field fieldName =" name" type =" string" />
101101 <field fieldName =" price" type =" float" />
102102 </document >
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ making it easy to configure and use.
3030 security_bundle
3131 events
3232 console
33- mongodb_library
3433 cookbook/registration_form
3534
3635Doctrine Extensions: Timestampable, Sluggable, etc.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments