class CI_DB_result
result([$type = 'object'])
Parameters:
$type (string) – Type of requested results - array, object, or class name Returns:
Array containing the fetched rows Return type:
array A wrapper for the result_array(), result_object() and custom_result_object() methods. Usage: see Result Arrays.
result_array()
Returns:
Array containing the fetched rows Return type:
array Returns the query results as an array of rows, where each row is itself an associative array. Usa