html_id = parent::$nb_instance; $this->percent= $percent; $this->show_tache(); parent::$nb_instance++; } function show_tache(){ print "
".$this->percent."%
"; flush(); } }