Ver originalpublic function Query($SQL){ $result = $this->MySQLi->query($SQL); return $result->fetch_all();}