Ver originalpublic function sql($sql){ $this->id_consulta = mysql_query($sql); if (!$this->id_consulta) { throw new Exception(mysql_error()); } }