Go to the source code of this file.
Enumerations | |
| enum | BB2_CWD |
| enum | BB2_EMERGENCY_EMAIL |
| enum | BB2_DEFAULT_LOG_TABLE |
Functions | |
| bb2_db_date () | |
| bb2_db_affected_rows () | |
| bb2_db_escape ($string) | |
| bb2_db_num_rows ($result) | |
| bb2_db_query ($query) | |
| bb2_db_rows ($result) | |
| bb2_email () | |
| bb2_read_settings () | |
| bb2_write_settings ($settings) | |
| bb2_install () | |
| bb2_relative_path () | |
Variables | |
| $bb2_mtime = explode(" ", microtime()) | |
| $bb2_timer_start = $bb2_mtime[1] + $bb2_mtime[0] | |
| $settings = bb2_read_settings() | |
| $bb2_timer_stop = $bb2_mtime[1] + $bb2_mtime[0] | |
| $bb2_timer_total = $bb2_timer_stop - $bb2_timer_start | |
| enum BB2_CWD |
Definition at line 31 of file index.inc.php.
Definition at line 33 of file index.inc.php.
| enum BB2_EMERGENCY_EMAIL |
Definition at line 32 of file index.inc.php.
| bb2_db_affected_rows | ( | ) |
| bb2_db_date | ( | ) |
| bb2_db_escape | ( | $ | string | ) |
Definition at line 51 of file index.inc.php.
References lt_include(), and Db.qstr().
Referenced by bb2_insert(), and bb2_table_structure().
| bb2_db_num_rows | ( | $ | result | ) |
| bb2_db_query | ( | $ | query | ) |
Definition at line 64 of file index.inc.php.
References $db, $result, Db.getDb(), and lt_include().
Referenced by bb2_approved(), bb2_housekeeping(), and bb2_install().
| bb2_db_rows | ( | $ | result | ) |
| bb2_email | ( | ) |
Definition at line 89 of file index.inc.php.
| bb2_install | ( | ) |
Definition at line 127 of file index.inc.php.
References $settings, bb2_db_query(), bb2_read_settings(), bb2_table_structure(), and bb2_write_settings().
| bb2_read_settings | ( | ) |
Definition at line 94 of file index.inc.php.
References $config, $prefix, Config.getConfig(), Db.getPrefix(), and lt_include().
Referenced by bb2_install().
| bb2_relative_path | ( | ) |
Definition at line 138 of file index.inc.php.
References $config, Config.getConfig(), and lt_include().
Referenced by bb2_screener_cookie().
| bb2_write_settings | ( | $ | settings | ) |
Definition at line 115 of file index.inc.php.
References $config, $settings, Config.getConfig(), and lt_include().
Referenced by bb2_install().
| $bb2_mtime = explode(" ", microtime()) |
Definition at line 28 of file index.inc.php.
| $bb2_timer_start = $bb2_mtime[1] + $bb2_mtime[0] |
Definition at line 29 of file index.inc.php.
| $bb2_timer_stop = $bb2_mtime[1] + $bb2_mtime[0] |
Definition at line 161 of file index.inc.php.
| $bb2_timer_total = $bb2_timer_stop - $bb2_timer_start |
| $settings = bb2_read_settings() |
Definition at line 156 of file index.inc.php.
Referenced by bb2_approved(), bb2_banned(), bb2_housekeeping(), bb2_insert(), bb2_install(), bb2_misc_headers(), bb2_post(), bb2_protocol(), bb2_screener(), bb2_start(), bb2_test(), bb2_write_settings(), BlogInfo.BlogInfo(), AdminUpdatePluginSettingsAction.perform(), phpSniff.phpSniff(), AdminGlobalSettingsListView.render(), and BlogInfo.setSettings().