public function buscar($bus) { $this->db->like('codigo_premio', $bus); $query = $this->db->get('codigo_premios'); return $query->result(); } }