Difference between revisions of "Script Documentation"

From GGBN Wiki
Jump to: navigation, search
(List of all scripts)
(List of all Configuration scripts)
Line 10: Line 10:
 
! Script Name !! Description !! Remarks !! included in
 
! Script Name !! Description !! Remarks !! included in
 
|-  
 
|-  
| configuration.php || Package main menu || -- || --
+
| change.php || ? || -- || --
 +
|-
 +
| ChangesAccepted.php || ? || -- || --
 +
|-
 +
| configuration.php || Start page of package || -- || --
 
|-  
 
|-  
 
| 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 || Error message for user || -- || all scripts with sql queries
 
| Errorreport.php || Error message for user || -- || all scripts with sql queries
 +
|-
 +
| generalsettings.php || ? || -- || --
 
|-  
 
|-  
 
| 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
 +
|-
 +
| index.php || ? || -- || --
 
|-  
 
|-  
 
| new_user.php || Adding new user || ? || during "First steps" and in usermanagement.php
 
| new_user.php || Adding new user || ? || during "First steps" and in usermanagement.php

Revision as of 12:00, 28 October 2011

List of all scripts

Package "Configuration"

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").

List of all Configuration scripts

Script Name Description Remarks included in
change.php  ? -- --
ChangesAccepted.php  ? -- --
configuration.php Start page of package -- --
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
generalsettings.php  ? -- --
head.php Call function for connecting the database, call array_item  ? all scripts
index.php  ? -- --
new_user.php Adding new user  ? during "First steps" and in usermanagement.php
settings.php  ?  ?  ?
start.inc.php basic functions for all scripts -- head.php (and thereby in all scripts
usermanagement.php Editing, deleting and adding users and their rights --