ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.arConnectorPdoDB.php
Go to the documentation of this file.
1
<?
php
2
require_once(
'class.arConnectorDB.php'
);
3
require_once(dirname(__FILE__) .
'/../Exception/class.arException.php'
);
4
require_once(dirname(__FILE__) .
'/DataBase/class.pdoDB.php'
);
5
13
class
arConnectorPdoDB
extends
arConnectorDB
{
14
15
protected
static
$pbo_connect
;
16
protected
$pdo_connect
;
17
18
22
protected
function
returnDB
() {
23
if
(!self::$pbo_connect) {
24
self::$pbo_connect =
new
pdoDB
();
25
}
26
27
return
self::$pbo_connect;
28
}
29
30
34
public
static
function
getConnector
() {
35
return
self::$pbo_connect;
36
}
37
38
44
public
function
updateIndices
(
ActiveRecord
$ar) {
45
return
NULL;
46
}
47
}
arConnectorPdoDB\$pdo_connect
$pdo_connect
Definition:
class.arConnectorPdoDB.php:16
arConnectorDB
Class arConnectorDB.
Definition:
class.arConnectorDB.php:12
ActiveRecord
Class ActiveRecord.
Definition:
class.ActiveRecord.php:24
arConnectorPdoDB\returnDB
returnDB()
Definition:
class.arConnectorPdoDB.php:22
arConnectorPdoDB\updateIndices
updateIndices(ActiveRecord $ar)
Definition:
class.arConnectorPdoDB.php:44
arConnectorPdoDB
Class arConnectorDB.
Definition:
class.arConnectorPdoDB.php:13
pdoDB
Definition:
class.pdoDB.php:3
arConnectorPdoDB\getConnector
static getConnector()
Definition:
class.arConnectorPdoDB.php:34
php
arConnectorPdoDB\$pbo_connect
static $pbo_connect
Definition:
class.arConnectorPdoDB.php:15
Services
ActiveRecord
Connector
class.arConnectorPdoDB.php
Generated on Fri Jan 24 2025 19:01:04 for ILIAS by
1.8.13 (using
Doxyfile
)