Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4dfd607

Browse filesBrowse files
committed
minor #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 | #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
Copy full SHA for 4dfd607

File tree

Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed

‎book/doctrine.rst

Copy file name to clipboardExpand all lines: book/doctrine.rst
+7-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.