CodeIgniter
CodeIgniter copied to clipboard
mysqli num_rows always return 0
I have added few tests. it returns exact number of rows in Table.
$query = $this->db->get($tableName);
$num_rows = $query->num_rows();