public function query($query) { // Esegue le interrogazioni al DB $this->result = @mysql_query($query) or conf::showerror(); return $this->result; }