Код: Выделить всё
$this->db->select('*');
$this->db->from('tickets');
$this->db->where('t_author_steam_id', $steamid);
$query = $this->db->get();
if ($query->num_rows() > 0) {
$row = $query->row_array();
return $row;
}
Результат есть
Подробнее здесь: https://stackoverflow.com/questions/341 ... urning-one
Мобильная версия