File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ Databases and Doctrine
55======================
66
77One of the most common and challenging tasks for any application
8- involves persisting and reading information to and from a database. Fortunately,
9- Symfony comes integrated with `Doctrine `_, a library whose sole goal is to
10- give you powerful tools to make this easy. In this chapter, you'll learn the
11- basic philosophy behind Doctrine and see how easy working with a database can
12- be.
8+ involves persisting and reading information to and from a database. Although
9+ the Symfony full-stack framework doesn't integrate any ORM by default,
10+ the Symfony Standard Edition, which is the most widely used distribution,
11+ comes integrated with `Doctrine `_, a library whose sole goal is to give
12+ you powerful tools to make this easy. In this chapter, you'll learn the
13+ basic philosophy behind Doctrine and see how easy working with a database
14+ can be.
1315
1416.. note ::
1517
You can’t perform that action at this time.
0 commit comments