Situation
Ich möchte eine Fortschrittsanzeige in PHP schreiben, die ohne Ajax auskommt.
Problem:
Viele Browser reagieren unerwartet. Manche ignorieren die sofortige Ausgabe.
Lösung:
Ich kapsele die Operation des Ausgabepuffers in der Klasse ScriptProgress. Je nach Browser erzeugt die Klasse spezifischen Quelltext.
situation
I want to write a progress bar in PHP that does not require Ajax.
problem:
Many browsers react unexpectedly. Some ignore the immediate issue.
solution:
I encapsulate the operation of the output buffer in the class script Progress. Depending on the browser the class generates specific output code. |