Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/report/backups/index.php File Reference

Go to the source code of this file.

Namespaces

namespace  report

Variables

 $table = new html_table
$table head
$table headspan = array(1, 3, 1, 1)
$table attributes = array('class' => 'generaltable backup-report')
$table data = array()
 $strftimedatetime = get_string("strftimerecent")
 $strerror = get_string("error")
 $strok = get_string("ok")
 $strunfinished = get_string("unfinished")
 $strskipped = get_string("skipped")
 $sql
 $rs = $DB->get_recordset_sql($sql)
if(empty($table->data)) $automatedbackupsenabled = get_config('backup', 'backup_auto_active')
 if (empty($automatedbackupsenabled))

Variable Documentation

if (empty($table->data)) $automatedbackupsenabled = get_config('backup', 'backup_auto_active')

Definition at line 97 of file index.php.

$rs = $DB->get_recordset_sql($sql)

Definition at line 54 of file index.php.

$sql
Initial value:
"SELECT bc.*, c.fullname $select
          FROM {backup_courses} bc
          JOIN {course} c ON c.id = bc.courseid
               $join"

Definition at line 50 of file index.php.

$strerror = get_string("error")

Definition at line 44 of file index.php.

$strftimedatetime = get_string("strftimerecent")

Definition at line 43 of file index.php.

$strok = get_string("ok")

Definition at line 45 of file index.php.

$strskipped = get_string("skipped")

Definition at line 47 of file index.php.

$strunfinished = get_string("unfinished")

Definition at line 46 of file index.php.

$table = new html_table

Definition at line 32 of file index.php.

$table attributes = array('class' => 'generaltable backup-report')

Definition at line 40 of file index.php.

Definition at line 41 of file index.php.

Initial value:
 array(
    get_string("course"),
    get_string("timetaken", "quiz"),
    get_string("status"),
    get_string("backupnext")
)

Definition at line 33 of file index.php.

$table headspan = array(1, 3, 1, 1)

Definition at line 39 of file index.php.

if(empty($automatedbackupsenabled))

Definition at line 103 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations