how to make a dynamic progress bar to show the percentage or status

Comparing #7 with #8

Revision #8 was created by hehbhehb hehbhehb on Jul 24, 2013, 12:22:45 AM.

changement

Content

[...]
class ActionGetProgressBarData extends CAction
{
public function run($key)
{
$response = ProgressBar::get($key);
Util::set_expires(0);
 
echo json_encode($response);
}

}

?>
[...]