Skip to content

Make Doctrine sections more visible #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions guides/doctrine/dbal/index.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions guides/doctrine/migrations/index.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions guides/doctrine/mongodb-odm/index.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 3 additions & 0 deletions guides/doctrine/orm/index.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 4 additions & 4 deletions guides/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

* **Doctrine**:

* :doc:`DBAL </guides/doctrine/dbal/overview>` |
* :doc:`ORM </guides/doctrine/orm/overview>` |
* :doc:`Migrations </guides/doctrine/migrations/overview>` |
* :doc:`MongoDB </guides/doctrine/mongodb-odm/overview>`
* :doc:`DBAL </guides/doctrine/dbal/index>` |
* :doc:`ORM </guides/doctrine/orm/index>` |
* :doc:`Migrations </guides/doctrine/migrations/index>` |
* :doc:`MongoDB </guides/doctrine/mongodb-odm/index>`

* **Testing**:

Expand Down