From 0d693786e6dc21b78396ff80599efb599e6abbfb Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sat, 8 Jan 2011 06:58:05 -0600 Subject: [PATCH] Pointing each Doctrine subsection to its index page for the time being to give the "breadth" of each section more transparency. A very short intro was given to each index page so that it's a little fuller. --- guides/doctrine/dbal/index.rst | 4 ++++ guides/doctrine/migrations/index.rst | 3 +++ guides/doctrine/mongodb-odm/index.rst | 3 +++ guides/doctrine/orm/index.rst | 3 +++ guides/map.rst.inc | 8 ++++---- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/guides/doctrine/dbal/index.rst b/guides/doctrine/dbal/index.rst index 3f8eb3912f0..c9bf74f606c 100644 --- a/guides/doctrine/dbal/index.rst +++ b/guides/doctrine/dbal/index.rst @@ -1,6 +1,10 @@ Database Abstraction Layer ========================== +Learn about Doctrine's Database Abstraction Layer and how it can help you +perform almost any complex task in a database-agnostic, object-oriented +way. + .. toctree:: :maxdepth: 2 diff --git a/guides/doctrine/migrations/index.rst b/guides/doctrine/migrations/index.rst index bdbfec66cc5..259ebb34c41 100644 --- a/guides/doctrine/migrations/index.rst +++ b/guides/doctrine/migrations/index.rst @@ -1,6 +1,9 @@ Database Migrations =================== +Learn about Doctrine's database migration tool and start migrating your database +schema safer and more effectively. + .. toctree:: :maxdepth: 2 diff --git a/guides/doctrine/mongodb-odm/index.rst b/guides/doctrine/mongodb-odm/index.rst index b84e437dc0f..a33695564f1 100644 --- a/guides/doctrine/mongodb-odm/index.rst +++ b/guides/doctrine/mongodb-odm/index.rst @@ -1,6 +1,9 @@ MongoDB Object Document Mapper ============================== +Doctrine's MongoDB Object Document Mapper allows for PHP objects to be persisted +to and retrieved from a MongoDB document database. + .. toctree:: :maxdepth: 2 diff --git a/guides/doctrine/orm/index.rst b/guides/doctrine/orm/index.rst index 7627761bbef..bfc015b9770 100644 --- a/guides/doctrine/orm/index.rst +++ b/guides/doctrine/orm/index.rst @@ -1,6 +1,9 @@ Object Relational Mapper ======================== +Doctrine's Object Relational Mapper allows for PHP objects to be persisted +to and retrieved from almost any relational database. + .. toctree:: :maxdepth: 2 diff --git a/guides/map.rst.inc b/guides/map.rst.inc index 321f835f834..366b04edf46 100644 --- a/guides/map.rst.inc +++ b/guides/map.rst.inc @@ -6,10 +6,10 @@ * **Doctrine**: - * :doc:`DBAL ` | - * :doc:`ORM ` | - * :doc:`Migrations ` | - * :doc:`MongoDB ` + * :doc:`DBAL ` | + * :doc:`ORM ` | + * :doc:`Migrations ` | + * :doc:`MongoDB ` * **Testing**: