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 5ea2902

Browse filesBrowse files
michealweaverryan
authored andcommitted
Removed the redundant usage of layer.
Since DBAL is database abstraction layer, and is defined in the document as such, to me it reads funny to have it as database abstraction layer layer. It sounds nitpicky, I know, but I find it an easier read this way. Also, the possessive DBAL stuck out ("DBAL's layer") as the DBAL doesn't own a layer, it is the layer.
1 parent b3d96b8 commit 5ea2902
Copy full SHA for 5ea2902

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/doctrine/dbal.rst

Copy file name to clipboardExpand all lines: cookbook/doctrine/dbal.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. index::
22
pair: Doctrine; DBAL
33

4-
How to Use Doctrine's DBAL Layer
4+
How to Use Doctrine's DBAL
55
================================
66

77
.. note::
88

9-
This article is about Doctrine DBAL's layer. Typically, you'll work with
9+
This article is about the Doctrine DBAL. Typically, you'll work with
1010
the higher level Doctrine ORM layer, which simply uses the DBAL behind
1111
the scenes to actually communicate with the database. To read more about
1212
the Doctrine ORM, see ":doc:`/book/doctrine`".

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.