$this->descriptor = mysql_connect($this->servidor, $this->usuario, $this->pass) or die( "Error de conexion: " . mysql_error() );