Go to the source code of this file.
Variables | |
| if(PHP_SAPI !=='cli') | $base = dirname(__DIR__, 4) |
| CLI-Runner für Schema und idempotente myInvoices-Demo-Daten. | |
| $_SERVER ['REQUEST_URI'] = '/dbxapp/' | |
| $_SERVER ['HTTP_HOST'] = 'localhost' | |
| $_SERVER ['HTTPS'] = 'on' | |
| $_SERVER ['SCRIPT_NAME'] = '/dbxapp/index.php' | |
| $_SERVER ['REQUEST_METHOD'] = 'GET' | |
| const | dbxSystem 'dbxWebApp' |
| const | dbxRunAsAdmin 1 |
| $schemaOnly = in_array('--schema-only', $argv, true) | |
| $fixtures | |
| $result = $fixtures->install(!$schemaOnly) | |
| $_SERVER[ 'HTTP_HOST'] = 'localhost' |
Definition at line 18 of file install_demo.php.
| $_SERVER[ 'HTTPS'] = 'on' |
Definition at line 19 of file install_demo.php.
| $_SERVER[ 'REQUEST_METHOD'] = 'GET' |
Definition at line 21 of file install_demo.php.
| $_SERVER[ 'REQUEST_URI'] = '/dbxapp/' |
Definition at line 17 of file install_demo.php.
| $_SERVER[ 'SCRIPT_NAME'] = '/dbxapp/index.php' |
Definition at line 20 of file install_demo.php.
| if (PHP_SAPI !=='cli') $base = dirname(__DIR__, 4) |
CLI-Runner für Schema und idempotente myInvoices-Demo-Daten.
Aufruf: php dbx/modules/myInvoices/tools/install_demo.php php dbx/modules/myInvoices/tools/install_demo.php –schema-only
Definition at line 15 of file install_demo.php.
| $fixtures |
Definition at line 36 of file install_demo.php.
| $result = $fixtures->install(!$schemaOnly) |
Definition at line 40 of file install_demo.php.
| $schemaOnly = in_array('--schema-only', $argv, true) |
Definition at line 35 of file install_demo.php.
| const dbxRunAsAdmin 1 |
Definition at line 24 of file install_demo.php.
| const dbxSystem 'dbxWebApp' |
Definition at line 23 of file install_demo.php.