Difference between revisions of "Script Documentation"

From GGBN Wiki
Jump to: navigation, search
(Connection to database)
(Replaced content with "A complete script and code documentation is included in the DNA Module package and has been done with phpDocumentor. Category:DNA_Module")
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
List of all scripts
+
A complete script and code documentation is included in the DNA Module package and has been done with phpDocumentor.
  
=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 !! included in
 
|-
 
| configuration.php || ? || ?
 
|-
 
| connection.php || ? || ?
 
|-
 
| Errorreport.php || ? || all scripts with sql queries
 
|-
 
| ErrorreportLog.php || ? || ?
 
|-
 
| 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 || ? || ?
 
|}
 
 
[[Category:DNA_Module]]
 
[[Category:DNA_Module]]

Latest revision as of 17:53, 9 February 2012

A complete script and code documentation is included in the DNA Module package and has been done with phpDocumentor.