ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
connect () | |
query ($sql) | |
nextr () | |
get_row ($mode="both") | |
get_all ($mode="both", $key=false) | |
f ($index) | |
go_to ($row) | |
nf () | |
af () | |
error ($string="") | |
insert_id () | |
escape ($string) | |
destroy () | |
__construct () | |
connect () | |
query ($sql) | |
nextr () | |
get_row ($mode="both") | |
get_all ($mode="both", $key=false) | |
f ($index) | |
go_to ($row) | |
nf () | |
af () | |
error ($string="") | |
insert_id () | |
escape ($string) | |
destroy () | |
Data Fields | |
$settings | |
Private Attributes | |
$link = false | |
$result = false | |
$row = false | |
$data = false | |
Definition at line 2 of file class._database.php.
_database::__construct | ( | ) |
Definition at line 19 of file class._database.php.
References $db_config, and settings().
_database::__construct | ( | ) |
Definition at line 19 of file class._database_i.php.
References $db_config, and settings().
_database::af | ( | ) |
Definition at line 111 of file class._database.php.
_database::af | ( | ) |
Definition at line 119 of file class._database_i.php.
References data.
_database::connect | ( | ) |
Definition at line 25 of file class._database.php.
References error(), and settings().
Referenced by query().
_database::connect | ( | ) |
Definition at line 25 of file class._database_i.php.
References data, error(), and settings().
_database::destroy | ( | ) |
Definition at line 139 of file class._database.php.
_database::destroy | ( | ) |
_database::error | ( | $string = "" | ) |
Definition at line 114 of file class._database.php.
References $error, date, and settings().
Referenced by connect(), get_all(), go_to(), nextr(), nf(), and query().
_database::error | ( | $string = "" | ) |
Definition at line 122 of file class._database_i.php.
References $error, data, date, and settings().
_database::escape | ( | $string | ) |
Definition at line 134 of file class._database.php.
_database::escape | ( | $string | ) |
_database::f | ( | $index | ) |
Definition at line 95 of file class._database.php.
References $index.
Referenced by get_all().
_database::f | ( | $index | ) |
Definition at line 100 of file class._database_i.php.
References $index.
_database::get_all | ( | $mode = "both" , |
|
$key = false |
|||
) |
_database::get_all | ( | $mode = "both" , |
|
$key = false |
|||
) |
_database::get_row | ( | $mode = "both" | ) |
Definition at line 60 of file class._database.php.
Referenced by get_all().
_database::get_row | ( | $mode = "both" | ) |
Definition at line 65 of file class._database_i.php.
_database::go_to | ( | $row | ) |
_database::go_to | ( | $row | ) |
Definition at line 104 of file class._database_i.php.
References $row, data, and error().
_database::insert_id | ( | ) |
Definition at line 130 of file class._database.php.
_database::insert_id | ( | ) |
Definition at line 138 of file class._database_i.php.
References data.
_database::nextr | ( | ) |
Definition at line 50 of file class._database.php.
References error().
Referenced by get_all().
_database::nextr | ( | ) |
Definition at line 55 of file class._database_i.php.
References error().
_database::nf | ( | ) |
Definition at line 107 of file class._database.php.
References error().
_database::nf | ( | ) |
Definition at line 112 of file class._database_i.php.
References error().
_database::query | ( | $sql | ) |
Definition at line 44 of file class._database.php.
References connect(), and error().
_database::query | ( | $sql | ) |
Definition at line 45 of file class._database_i.php.
References connect(), data, and error().
|
private |
Definition at line 3 of file class._database_i.php.
|
private |
Definition at line 3 of file class._database.php.
|
private |
Definition at line 4 of file class._database.php.
|
private |
Definition at line 5 of file class._database.php.
_database::$settings |
Definition at line 7 of file class._database.php.