Skip to content

Commit 4dfd607

Browse files
committed
minor symfony#4356 Remove incoherence between Doctrine and Propel introduction paragraphs (arnaugm)
This PR was merged into the 2.3 branch. Discussion ---------- Remove incoherence between Doctrine and Propel introduction paragraphs | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | symfony#4349 The introductory paragraph of Doctrine and Propel sections, although both are true in some way, look contradictory, so a rephrase of at least one of the two paragraphs would be convenient. Commits ------- 7992fdf Remove incoherence between Doctrine and Propel introduction paragraphs
2 parents 1d71332 + 7992fdf commit 4dfd607

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)