Open Falatulima opened 1 year ago
I have added few tests. it returns exact number of rows in Table.
$query = $this->db->get($tableName); $num_rows = $query->num_rows();
I have added few tests. it returns exact number of rows in Table.