|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | dbtransfer |
Variables | |
| $string ['copyingtable'] = 'Copying table {$a}' | |
| $string ['copyingtables'] = 'Copying table contents' | |
| $string ['creatingtargettables'] = 'Creating the tables in the target database' | |
| $string ['dbexport'] = 'Database export' | |
| $string ['dbtransfer'] = 'Database transfer' | |
| $string ['differenttableexception'] = 'Table {$a} structure does not match.' | |
| $string ['done'] = 'Done' | |
| $string ['exportschemaexception'] = 'Current database structure does not match all install.xml files. <br /> {$a}' | |
| $string ['checkingsourcetables'] = 'Checking source table structure' | |
| $string ['importschemaexception'] = 'Current database structure does not match all install.xml files. <br /> {$a}' | |
| $string ['importversionmismatchexception'] = 'Current version {$a->currentver} does not match exported version {$a->schemaver}.' | |
| $string ['malformedxmlexception'] = 'Malformed XML found, can not continue.' | |
| $string ['unknowntableexception'] = 'Unknown table {$a} found in export file.' | |
| $string['copyingtable'] = 'Copying table {$a}' |
Definition at line 26 of file dbtransfer.php.
| $string['copyingtables'] = 'Copying table contents' |
Definition at line 27 of file dbtransfer.php.
| $string['creatingtargettables'] = 'Creating the tables in the target database' |
Definition at line 28 of file dbtransfer.php.
| $string['dbexport'] = 'Database export' |
Definition at line 29 of file dbtransfer.php.
| $string['dbtransfer'] = 'Database transfer' |
Definition at line 30 of file dbtransfer.php.
| $string['differenttableexception'] = 'Table {$a} structure does not match.' |
Definition at line 31 of file dbtransfer.php.
| $string['done'] = 'Done' |
Definition at line 32 of file dbtransfer.php.
| $string['exportschemaexception'] = 'Current database structure does not match all install.xml files. <br /> {$a}' |
Definition at line 33 of file dbtransfer.php.
| $string['checkingsourcetables'] = 'Checking source table structure' |
Definition at line 34 of file dbtransfer.php.
| $string['importschemaexception'] = 'Current database structure does not match all install.xml files. <br /> {$a}' |
Definition at line 35 of file dbtransfer.php.
| $string['importversionmismatchexception'] = 'Current version {$a->currentver} does not match exported version {$a->schemaver}.' |
Definition at line 36 of file dbtransfer.php.
| $string['malformedxmlexception'] = 'Malformed XML found, can not continue.' |
Definition at line 37 of file dbtransfer.php.
| $string['unknowntableexception'] = 'Unknown table {$a} found in export file.' |
Definition at line 38 of file dbtransfer.php.