|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Administrates DB connections in setup. More...
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:| 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:| 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.