| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Administrates DB connections in setup. More...
 Collaboration diagram for ilDBConnections:
 Collaboration diagram for ilDBConnections:| Public Member Functions | |
| ilDBConnections () | |
| connectHost ($a_dsn_host) | |
| connectDB ($a_dsn_db) | |
| Data Fields | |
| $db | |
| $log | |
Administrates DB connections in setup.
Manage DB Connections
Definition at line 31 of file class.ilDBConnections.php.
| ilDBConnections::connectDB | ( | $a_dsn_db | ) | 
Definition at line 48 of file class.ilDBConnections.php.
References MDB2\connect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDBConnections::connectHost | ( | $a_dsn_host | ) | 
Definition at line 41 of file class.ilDBConnections.php.
References $db, and MDB2\connect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilDBConnections::ilDBConnections | ( | ) | 
Definition at line 36 of file class.ilDBConnections.php.
| ilDBConnections::$db | 
Definition at line 33 of file class.ilDBConnections.php.
Referenced by connectHost().
| ilDBConnections::$log | 
Definition at line 34 of file class.ilDBConnections.php.