Commit 934c509a authored by mike's avatar mike

Correcting 2 anchors in the docs that didn't existed anymore

parent f44782e9
...@@ -327,7 +327,7 @@ returns the affected rows count: ...@@ -327,7 +327,7 @@ returns the affected rows count:
The ``$types`` variable contains the PDO or Doctrine Type constants The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input to perform necessary type conversions between actual input
parameters and expected database values. See the parameters and expected database values. See the
`Types <./types#type-conversion>`_ section for more information. `Types <./types#mapping-matrix>`_ section for more information.
executeQuery() executeQuery()
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
...@@ -351,7 +351,7 @@ parameters to the execute method, then returning the statement: ...@@ -351,7 +351,7 @@ parameters to the execute method, then returning the statement:
The ``$types`` variable contains the PDO or Doctrine Type constants The ``$types`` variable contains the PDO or Doctrine Type constants
to perform necessary type conversions between actual input to perform necessary type conversions between actual input
parameters and expected database values. See the parameters and expected database values. See the
`Types <./types#type-conversion>`_ section for more information. `Types <./types#mapping-matrix>`_ section for more information.
fetchAll() 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