Difference between revisions of "Script Documentation"
From GGBN Wiki
(→Connection to database) |
(→Connection to database) |
||
Line 13: | Line 13: | ||
| connection.php || Edit Database connection || same script (edit_connection.php) also used by "First steps" || -- | | connection.php || Edit Database connection || same script (edit_connection.php) also used by "First steps" || -- | ||
|- | |- | ||
− | | Errorreport.php || | + | | Errorreport.php || Error message for user || -- || all scripts with sql queries |
− | |||
− | |||
|- | |- | ||
| head.php || Call function for connecting the database, call array_item || ? || all scripts | | head.php || Call function for connecting the database, call array_item || ? || all scripts | ||
Line 25: | Line 23: | ||
| settings.php || ? || ? || ? | | settings.php || ? || ? || ? | ||
|- | |- | ||
− | | start.inc.php || basic functions, '''Email-Empfänger bei Störung noch ändern!''' || | + | | start.inc.php || basic functions, '''Email-Empfänger bei Störung noch ändern!''' || -- || head.php |
|- | |- | ||
− | | usermanagement.php || | + | | usermanagement.php || Editing and adding user and their rights || -- |
|} | |} | ||
[[Category:DNA_Module]] | [[Category:DNA_Module]] |
Revision as of 12:18, 30 September 2010
List of all scripts
Package "config"
Connection to database
The parameters for connecting the DNA database, logo path and smtp are recorded in xml files (see Package "load") and will be defined first during installation process (see "First steps").
Script Name | Description | Remarks | included in |
---|---|---|---|
configuration.php | Package main menu | -- | -- |
connection.php | Edit Database connection | same script (edit_connection.php) also used by "First steps" | -- |
Errorreport.php | Error message for user | -- | all scripts with sql queries |
head.php | Call function for connecting the database, call array_item | ? | all scripts |
mappingspecimendata.php | ? | ? | ? |
new_user.php | ? | ? | ? |
settings.php | ? | ? | ? |
start.inc.php | basic functions, Email-Empfänger bei Störung noch ändern! | -- | head.php |
usermanagement.php | Editing and adding user and their rights | -- |