get single row in codeigniter

$this->db->where('id', $id); $query = $this->db->get('table_name'); $result = $query->row();