$conn_id
$conn_id :
MySQL Result Class
This class extends the parent result class: CI_DB_result
num_rows() : integer
Number of rows in the result set
These functions are primarily here to prevent undefined function errors when a cached result object is in use. They are not otherwise fully operational due to the unavailability of the database resource IDs with cached results.