File tree 1 file changed +7
-5
lines changed 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ Databases and Doctrine
5
5
======================
6
6
7
7
One 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.
13
15
14
16
.. note ::
15
17
You can’t perform that action at this time.
0 commit comments