34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
how to make a dynamic progress bar to show the percentage or status
Comparing
#7
with
#9
Content
[...]
class ActionGetProgressBarData extends CAction
{
public function run($key)
{
$response = ProgressBar::get($key);
Util::set_expires(0);
echo json_encode($response);
}
}
?>
[...]