DiogenesCoreGlobals Class Reference

List of all members.

Public Member Functions

 dbconnect ()
 urlise ($in)

Public Attributes

 $libroot
 $root
 $rooturl
 $db
 $dbdb = "diogenes"
 $dbhost = "localhost"
 $dbuser = "diogenes"
 $dbpwd
 $table_log_actions = "diogenes_logactions"
 $table_log_events = "diogenes_logevents"
 $table_log_sessions = "diogenes_logsessions"
 $session = 'DiogenesCoreSession'
 $gettext = 'gettext'

Detailed Description

This class describes Diogenes' global settings.

Definition at line 24 of file diogenes.core.globals.inc.php.


Member Function Documentation

DiogenesCoreGlobals::dbconnect (  ) 

Connect to the database server.

Definition at line 58 of file diogenes.core.globals.inc.php.

References $db.

DiogenesCoreGlobals::urlise ( in  ) 

Add some automatic hyperlinks to a text.

Parameters:
in the text to beautify

Definition at line 74 of file diogenes.core.globals.inc.php.


Member Data Documentation

DiogenesCoreGlobals::$libroot

Absolute directory location of the Diogenes library

Definition at line 26 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$root

Absolute directory location of Diogenes root.

Definition at line 28 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$rooturl

The Diogenes root URL

Definition at line 30 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$db

The database handler.

Definition at line 33 of file diogenes.core.globals.inc.php.

Referenced by dbconnect().

DiogenesCoreGlobals::$dbdb = "diogenes"

The database.

Definition at line 36 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$dbhost = "localhost"

The database server.

Definition at line 38 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$dbuser = "diogenes"

The user to access the database.

Definition at line 40 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$dbpwd

The password to connect to the database.

Definition at line 42 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$table_log_actions = "diogenes_logactions"

The database table holding the logger actions

Definition at line 45 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$table_log_events = "diogenes_logevents"

The database table holding the logger events

Definition at line 47 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$table_log_sessions = "diogenes_logsessions"

The database table holding the logger sessions

Definition at line 49 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$session = 'DiogenesCoreSession'

The class to use for session handling.

Definition at line 51 of file diogenes.core.globals.inc.php.

DiogenesCoreGlobals::$gettext = 'gettext'

The function to call for translation.

Definition at line 53 of file diogenes.core.globals.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Jan 11 01:20:09 2008 for Diogenes by  doxygen 1.5.1