@@ -26,7 +26,7 @@ loop, like this:
26
26
27
27
.. literalinclude :: results/001.php
28
28
29
- The above method is an alias of `` getResultObject() ` `.
29
+ The above method is an alias of :php:meth: ` CodeIgniter \\ Database \\ BaseResult:: getResultObject() `.
30
30
31
31
Getting an Array of Array
32
32
-------------------------
@@ -36,7 +36,7 @@ as an array of arrays:
36
36
37
37
.. literalinclude :: results/002.php
38
38
39
- The above usage is an alias of `` getResultArray() `` .
39
+ The above usage is an alias of `getResultArray() `_ .
40
40
41
41
Getting an Array of Custom Object
42
42
---------------------------------
@@ -46,7 +46,7 @@ instantiate for each result object
46
46
47
47
.. literalinclude :: results/003.php
48
48
49
- The above method is an alias of `` getCustomResultObject() `` .
49
+ The above method is an alias of `getCustomResultObject() `_ .
50
50
51
51
getResultArray()
52
52
================
@@ -283,7 +283,7 @@ Class Reference
283
283
Returns the query results as an array of rows, where each
284
284
row is an object of type ``stdClass ``.
285
285
286
- Usage: see `Result Arrays `_.
286
+ Usage: see `Getting an Array of stdClass `_.
287
287
288
288
.. php :method :: getCustomResultObject($class_name)
289
289
0 commit comments