Composer installed CoreLibs

This commit is contained in:
Clemens Schwaighofer
2023-02-16 17:13:30 +09:00
parent 0e99700bbe
commit 43e66edfd1
149 changed files with 25454 additions and 137 deletions

View File

@@ -67,7 +67,7 @@ $log = new CoreLibs\Debug\Logging([
'echo_all' => $ECHO_ALL ?? false,
'print_all' => $PRINT_ALL ?? false,
]);
$form = new CoreLibs\Output\Form\Generate(DB_CONFIG, $log);
$form = new CoreLibs\Output\Form\Generate(DB_CONFIG, $log, table_arrays: $table_arrays);
$PAGE_NAME = 'TEST CLASS: FORM GENERATE';
print "<!DOCTYPE html>";