ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
{
24
if
(!self::$pbo_connect) {
25
self::$pbo_connect =
new
pdoDB
();
26
}
27
28
return
self::$pbo_connect;
29
}
30
31
35
public
static
function
getConnector
()
36
{
37
return
self::$pbo_connect;
38
}
39
40
46
public
function
updateIndices
(
ActiveRecord
$ar)
47
{
48
return
null;
49
}
50
}
arConnectorPdoDB\$pdo_connect
$pdo_connect
Definition:
class.arConnectorPdoDB.php:16
arConnectorDB
Class arConnectorDB.
Definition:
class.arConnectorDB.php:12
arConnectorPdoDB\returnDB
returnDB()
Definition:
class.arConnectorPdoDB.php:22
arConnectorPdoDB\updateIndices
updateIndices(ActiveRecord $ar)
Definition:
class.arConnectorPdoDB.php:46
arConnectorPdoDB
Class arConnectorDB.
Definition:
class.arConnectorPdoDB.php:13
pdoDB
Definition:
class.pdoDB.php:3
arConnectorPdoDB\getConnector
static getConnector()
Definition:
class.arConnectorPdoDB.php:35
ActiveRecord
arConnectorPdoDB\$pbo_connect
static $pbo_connect
Definition:
class.arConnectorPdoDB.php:15
Services
ActiveRecord
Connector
class.arConnectorPdoDB.php
Generated on Tue Apr 8 2025 20:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)