Commit 2fe36092 authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #915 from mikeSimonson/doc

Correcting 2 anchors in the docs that didn't existed anymore
parents f44782e9 934c509a
......@@ -327,7 +327,7 @@ returns the affected rows count:
The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input
parameters and expected database values. See the
`Types <./types#type-conversion>`_ section for more information.
`Types <./types#mapping-matrix>`_ section for more information.
executeQuery()
~~~~~~~~~~~~~~
......@@ -351,7 +351,7 @@ parameters to the execute method, then returning the statement:
The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input
parameters and expected database values. See the
`Types <./types#type-conversion>`_ section for more information.
`Types <./types#mapping-matrix>`_ section for more information.
fetchAll()
~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment