$record = '123';
$this->db->distinct();
$this->db->select('accessid');
$this->db->where('record', $record);
$query = $this->db->get('accesslog');
след това
$query->num_rows();
трябва да извърви дълъг път към това.
$record = '123';
$this->db->distinct();
$this->db->select('accessid');
$this->db->where('record', $record);
$query = $this->db->get('accesslog');
след това
$query->num_rows();
трябва да извърви дълъг път към това.