Difference between #7 and #9 of
how to make a dynamic progress bar to show the percentage or status

Changes

Title unchanged

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

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

progressbar ajax dynamic percentage

Content changed

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

}

?>
[...]
3 0
7 followers
Viewed: 84 294 times
Version: 1.1
Category: How-tos
Written by: hehbhehb
Last updated by: Boaz
Created on: Jul 23, 2013
Last updated: 9 years ago
Update Article

Revisions

View all history