Код: Выделить всё
public function search($saq)
{
$array = $this->db
->select()
->order_by('id', 'DESC')
->where("name Like '$saq%'")
->get('products');
return $array->result();
}
Подробнее здесь: https://stackoverflow.com/questions/416 ... arting-wit
Мобильная версия