@@ -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
3131Getting 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
4141Getting 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
5151getResultArray()
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