Revision #8 has been created by hehbhehb on Jul 24, 2013, 12:22:45 AM with the memo:
changement
« previous (#7) next (#9) »
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);
}
}
?>[...]