$toplam = $this->db
->where('online',1)
->count_all_results('uyeler');

echo $toplam;


kendi tablo adın ve sütun adına göre düzenlemelisin.