Skip to content
Snippets Groups Projects

Merge branch 'B12483replaceConfig.qfq.phpWithQfq.json' into 'develop'

Closed Carsten Rose requested to merge cherry-pick-e6e3b69c into develop-before-revert
4 files
+ 11
10
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -294,7 +294,7 @@ in `indexQfq`. If specific forms or reports should use a different database than
A `Form` will:
* load the form-definition from `indexQfq` (table `Form` and `FormElement`),
* loads and save data from/in `indexData` (config.qfq.php) / `dbIndex` (form.parameter.dbIndex),
* loads and save data from/in `indexData` (qfq.json) / `dbIndex` (form.parameter.dbIndex),
* retrieve extra information via `dbIndexExtra` - this is useful to offer information from a database and save them in a
different one.
Loading