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**: