Skip to content

Commit e40d25f

Browse files
committed
docs: make method names linkable
1 parent 3201a02 commit e40d25f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user_guide_src/source/database/results.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ loop, like this:
2626

2727
.. literalinclude:: results/001.php
2828

29-
The above method is an alias of ``getResultObject()``.
29+
The above method is an alias of :php:meth:`CodeIgniter\\Database\\BaseResult::getResultObject()`.
3030

3131
Getting an Array of Array
3232
-------------------------
@@ -36,7 +36,7 @@ as an array of arrays:
3636

3737
.. literalinclude:: results/002.php
3838

39-
The above usage is an alias of ``getResultArray()``.
39+
The above usage is an alias of `getResultArray()`_.
4040

4141
Getting an Array of Custom Object
4242
---------------------------------
@@ -46,7 +46,7 @@ instantiate for each result object
4646

4747
.. literalinclude:: results/003.php
4848

49-
The above method is an alias of ``getCustomResultObject()``.
49+
The above method is an alias of `getCustomResultObject()`_.
5050

5151
getResultArray()
5252
================
@@ -283,7 +283,7 @@ Class Reference
283283
Returns the query results as an array of rows, where each
284284
row is an object of type ``stdClass``.
285285

286-
Usage: see `Result Arrays`_.
286+
Usage: see `Getting an Array of stdClass`_.
287287

288288
.. php:method:: getCustomResultObject($class_name)
289289

0 commit comments

Comments
 (0)