In a scenario I need to know the count of recordset a query will return, which in codeigniter can be done by $query->num_rows() or $this->db->cou
$query->num_rows()
$this->db->cou
Total number of results
$this->db->count_all_results('table name');