Go to the source code of this file.
◆ db_affected_rows()
db_affected_rows |
( |
|
$oStmt = null | ) |
|
- Parameters
-
null | PDOStatement | $oStmt | |
- Returns
- int
Definition at line 56 of file db.inc.php.
◆ db_arr()
db_arr |
( |
|
$query, |
|
|
|
$bindings = [] |
|
) |
| |
- Parameters
-
string | $query | |
array | $bindings | |
- Returns
- mixed
Definition at line 76 of file db.inc.php.
◆ db_assoc_arr()
db_assoc_arr |
( |
|
$query, |
|
|
|
$bindings = [] |
|
) |
| |
- Parameters
-
string | $query | |
array | $bindings | |
- Returns
- mixed
Definition at line 86 of file db.inc.php.
◆ db_last_id()
◆ db_list_tables()
◆ db_res()
db_res |
( |
|
$query, |
|
|
|
$bindings = [] |
|
) |
| |
- Parameters
-
string | $query | |
array | $bindings | |
- Returns
- PDOStatement
Definition at line 39 of file db.inc.php.
◆ db_res_assoc_arr()
db_res_assoc_arr |
( |
|
$query, |
|
|
|
$bindings = [] |
|
) |
| |
- Parameters
-
string | $query | |
array | $bindings | |
- Returns
- array
Definition at line 66 of file db.inc.php.
◆ db_value()
db_value |
( |
|
$query, |
|
|
|
$bindings = [] , |
|
|
|
$error_checking = true , |
|
|
|
$index = 0 |
|
) |
| |
- Parameters
-
string | $query | |
array | $bindings | |
bool | $error_checking | Only here cuz order of args might break old code |
int | $index | |
- Returns
- mixed
Definition at line 98 of file db.inc.php.
◆ fill_array()
- Parameters
-
- Returns
- mixed
Definition at line 109 of file db.inc.php.
◆ fill_assoc_array()
- Parameters
-
- Returns
- mixed
Definition at line 120 of file db.inc.php.
◆ getParam()
getParam |
( |
|
$sParamName, |
|
|
|
$bUseCache = true |
|
) |
| |
- Parameters
-
| $sParamName | |
bool | $bUseCache | |
- Returns
- mixed
Definition at line 130 of file db.inc.php.
◆ getParamDesc()
getParamDesc |
( |
|
$sParamName | ) |
|
- Parameters
-
- Returns
- mixed
Definition at line 139 of file db.inc.php.
◆ setParam()
setParam |
( |
|
$sParamName, |
|
|
|
$sParamValue |
|
) |
| |
- Parameters
-
- Returns
- mixed
Definition at line 149 of file db.inc.php.
◆ $GLOBALS [1/4]
◆ $GLOBALS [2/4]
◆ $GLOBALS [3/4]
$GLOBALS[ 'site'][ 'email_notify'] = getParam('site_email_notify') |
◆ $GLOBALS [4/4]