madan
0
Q:

codeigniter get num_rows

// num rows example
$this->db->select('*');
$this->db->where('whatever');
$query = $this->db->get('table');
$num = $query->num_rows();
0

New to Communities?

Join the community