ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilDBConnections Class Reference

Administrates DB connections in setup. More...

+ Collaboration diagram for ilDBConnections:

Public Member Functions

 __construct ()
 
 connectHost ($a_dsn_host)
 
 connectDB ($a_dsn_db)
 

Data Fields

 $db
 
 $log
 

Detailed Description

Administrates DB connections in setup.

Manage DB Connections

Definition at line 29 of file class.ilDBConnections.php.

Constructor & Destructor Documentation

◆ __construct()

ilDBConnections::__construct ( )

Definition at line 35 of file class.ilDBConnections.php.

References array.

35  {
36  $this->connections = array();
37  }
Create styles array
The data for the language used.

Member Function Documentation

◆ connectDB()

ilDBConnections::connectDB (   $a_dsn_db)
Parameters
$a_dsn_db
Returns
mixed
Exceptions

Definition at line 57 of file class.ilDBConnections.php.

57  {
58  throw new ilDatabaseException(__CLASS__ . '::' . __METHOD__ . ' is not longer supported');
59  }
Class ilDatabaseException.

◆ connectHost()

ilDBConnections::connectHost (   $a_dsn_host)
Parameters
$a_dsn_host
Returns
mixed
Exceptions

Definition at line 46 of file class.ilDBConnections.php.

46  {
47  throw new ilDatabaseException(__CLASS__ . '::' . __METHOD__ . ' is not longer supported');
48  }
Class ilDatabaseException.

Field Documentation

◆ $db

ilDBConnections::$db

Definition at line 31 of file class.ilDBConnections.php.

◆ $log

ilDBConnections::$log

Definition at line 32 of file class.ilDBConnections.php.


The documentation for this class was generated from the following file: