Your model returns
$query->result_array();
The result is an array with each record as an associative array.
To address an element in this array, you have to use:
If your model would return $query->result();
then each record as an object. Elements are then addressed by: