Skip to content

Commit 7992fdf

Browse files
author
arnau_ventress_raring
committed
Remove incoherence between Doctrine and Propel introduction paragraphs
1 parent c8f96c0 commit 7992fdf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

book/doctrine.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ Databases and Doctrine
55
======================
66

77
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.
1315

1416
.. note::
1517

0 commit comments

Comments
 (0)