|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for _database: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().
Here is the call graph for this function:| _database::__construct | ( | ) |
Definition at line 19 of file class._database_i.php.
References $db_config, and settings().
Here is the call graph for this function:| _database::af | ( | ) |
Definition at line 111 of file class._database.php.
| _database::af | ( | ) |
| _database::connect | ( | ) |
Definition at line 25 of file class._database.php.
References error(), and settings().
Referenced by query().
Here is the call graph for this function:
Here is the caller graph for this function:| _database::connect | ( | ) |
Definition at line 25 of file class._database_i.php.
References data, error(), and settings().
Here is the call graph for this function:| _database::destroy | ( | ) |
Definition at line 139 of file class._database.php.
| _database::destroy | ( | ) |
Definition at line 146 of file class._database_i.php.
References data.
| _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().
Here is the call graph for this function:
Here is the caller graph for this function:| _database::error | ( | $string = "" | ) |
Definition at line 122 of file class._database_i.php.
References $error, data, date, and settings().
Here is the call graph for this function:| _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().
Here is the caller graph for this function:| _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.
References $row.
Referenced by get_all().
Here is the caller graph for this function:| _database::get_row | ( | $mode = "both" | ) |
Definition at line 65 of file class._database_i.php.
References $row.
| _database::go_to | ( | $row | ) |
| _database::go_to | ( | $row | ) |
| _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().
Here is the call graph for this function:
Here is the caller graph for this function:| _database::nextr | ( | ) |
Definition at line 55 of file class._database_i.php.
References error().
Here is the call graph for this function:| _database::nf | ( | ) |
Definition at line 107 of file class._database.php.
References error().
Here is the call graph for this function:| _database::nf | ( | ) |
Definition at line 112 of file class._database_i.php.
References error().
Here is the call graph for this function:| _database::query | ( | $sql | ) |
Definition at line 44 of file class._database.php.
References connect(), and error().
Here is the call graph for this function:| _database::query | ( | $sql | ) |
Definition at line 45 of file class._database_i.php.
References connect(), data, and error().
Here is the call graph for this function:
|
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.