CMS  Version 3.9
check_progress.inc
Go to the documentation of this file.
1 <?php
2 
3 Fakoli::using("process");
4 
5 $id = $_GET["id"];
6 
8 
10 
11 $progress->status = $mgr->get("status");
12 $progress->message = $mgr->get("message");
13 $progress->percentage = $mgr->get("percentage");
14 
15 echo $progress->toJSON();
16 ?>
$mgr
$progress
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
Provides a central management class for event handlers and common functionality for the process compo...