| | |
| | | Tabellendefinition |
| | | |
| | | Datentypen: |
| | | - INTEGER (Wandelt Ausdrücke in Int um) |
| | | - INTEGER (Wandelt Ausdrücke in Int um) |
| | | - DOUBLE |
| | | - CURRENCY (Formatiert Zahlen nach Währungsnotation) |
| | | - CURRENCY (Formatiert Zahlen nach Währungsnotation) |
| | | - VARCHAR (kein weiterer Format Check) |
| | | - TEXT (kein weiterer Format Check) |
| | | - DATE (Datumsformat, Timestamp Umwandlung) |
| | |
| | | - Wert oder Array |
| | | |
| | | Hinweis: |
| | | Das ID-Feld ist nicht bei den Table Values einzufügen. |
| | | Das ID-Feld ist nicht bei den Table Values einzufügen. |
| | | |
| | | |
| | | */ |
| | | |
| | | $form["title"] = "Groups"; |
| | | $form["description"] = "Form to edit systemuser groups."; |
| | | $form["description"] = "groups_description"; |
| | | $form["name"] = "groups"; |
| | | $form["action"] = "groups_edit.php"; |
| | | $form["db_table"] = "sys_group"; |
| | | $form["db_table_idx"] = "groupid"; |
| | | $form["db_history"] = "no"; |
| | | $form["db_history"] = "yes"; |
| | | $form["tab_default"] = "groups"; |
| | | $form["list_default"] = "groups_list.php"; |
| | | $form["auth"] = 'no'; |