8000 minor #7092 Added note on ODM id notation being different (toby-griff… · michaelesmith/symfony-docs@549f8ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 549f8ad

Browse files
committed
minor symfony#7092 Added note on ODM id notation being different (toby-griffiths, javiereguiluz)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes symfony#7092). Discussion ---------- Added note on ODM id notation being different As the ODM YML notation for the `id` field is different, I've added a note, as I spent ages wondering why it wasn't working for me. Commits ------- 0c07271 Removed the proposed note and updated the title 21733af Added note on ODM id notation being different
2 parents 09b2a35 + 0c07271 commit 549f8ad

File tree

Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. index::
22
single: Doctrine
33

4-
Databases and Doctrine
5-
======================
4+
Databases and the Doctrine ORM
5+
==============================
66

77
One of the most common and challenging tasks for any application
88
involves persisting and reading information to and from a database. Although