Код: Выделить всё
public function displayList()
{
$str = '';
$query = $this->db->query("SELECT * FROM data");
foreach ($query->result() as $row) {
$b = '';
$a = $row->title;
$str = $b . $a;
}
return $str;
}
Подробнее здесь: https://stackoverflow.com/questions/863 ... ns-last-it
Мобильная версия