From 7992fdfa97cdbe126e33ad119098ab923632a336 Mon Sep 17 00:00:00 2001 From: arnau_ventress_raring Date: Tue, 21 Oct 2014 12:19:27 +0200 Subject: [PATCH] Remove incoherence between Doctrine and Propel introduction paragraphs --- book/doctrine.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/book/doctrine.rst b/book/doctrine.rst index 39a07663ad0..8eb1f28b9fd 100644 --- a/book/doctrine.rst +++ b/book/doctrine.rst @@ -5,11 +5,13 @@ Databases and Doctrine ====================== One of the most common and challenging tasks for any application -involves persisting and reading information to and from a database. Fortunately, -Symfony comes integrated with `Doctrine`_, a library whose sole goal is to -give you powerful tools to make this easy. In this chapter, you'll learn the -basic philosophy behind Doctrine and see how easy working with a database can -be. +involves persisting and reading information to and from a database. Although +the Symfony full-stack framework doesn't integrate any ORM by default, +the Symfony Standard Edition, which is the most widely used distribution, +comes integrated with `Doctrine`_, a library whose sole goal is to give +you powerful tools to make this easy. In this chapter, you'll learn the +basic philosophy behind Doctrine and see how easy working with a database +can be. .. note::