typo3/ext/phpmyadmin/modsub/phpmyadmin-2.6.2/tbl_replace.php File Reference

Go to the source code of this file.

Variables

primary_key []
amp
tbl_replace_fields php
 $query = array('INSERT INTO ' . PMA_backquote($table) . ' (' . $fieldlist . ') VALUES ')
 $message = $strInsertedRows . ' '
 $sql_query = implode(';', $query) . ';'
 $total_affected_rows = 0
 $last_message = ''
 $js_to_run = 'functions.js'
 $active_page = $goto


Variable Documentation

$active_page = $goto
 

Definition at line 260 of file tbl_replace.php.

$js_to_run = 'functions.js'
 

Definition at line 259 of file tbl_replace.php.

$last_message = ''
 

Definition at line 223 of file tbl_replace.php.

$message = $strInsertedRows . ' '
 

Definition at line 194 of file tbl_replace.php.

$query[0] = array('INSERT INTO ' . PMA_backquote($table) . ' (' . $fieldlist . ') VALUES ')
 

Definition at line 188 of file tbl_replace.php.

$sql_query = implode(';', $query) . ';'
 

Executes the sql query and get the result, then move back to the calling page

Definition at line 221 of file tbl_replace.php.

$total_affected_rows = 0
 

Definition at line 222 of file tbl_replace.php.

& amp
 

Definition at line 97 of file tbl_replace.php.

</td > libraries get_foreign lib php
 

Definition at line 542 of file tbl_change.php.

Referenced by t3lib_extMgm::_makeIncludeHeader(), tx_kickstarter_sectionbase::addLocalLangFile(), t3lib_matchCondition::browserInfo(), SC_mod_tools_em_index::getClassIndexLocallangFiles(), t3lib_softrefproc::getTypoLinkParts(), language::localizedFileRef(), SC_mod_tools_em_index::makeUploadArray(), tx_kickstarter_sectionbase::PHPclassFile(), PMA_auth(), PMA_auth_fails(), PMA_displayTable(), PMA_displayTableBody(), PMA_displayTableNavigation(), PMA_exportFooter(), PMA_exportHeader(), PMA_getAvailableMIMEtypes(), t3lib_div::readLLfile(), tx_kickstarter_section_module::render_extPart(), tx_kickstarter_section_fields::renderField(), show_checked_option(), t3lib_parsehtml_proc::TS_links_rte(), tslib_cObj::typoLink(), tx_kickstarter_wizard::view_result(), t3lib_extMgm::writeCacheFiles(), and tx_kickstarter_sectionbase::writeStandardBE_xMod().

primary_key
 

Initial value:

' . urlencode(PMA_getUvaCondition($res, count($row), $meta, $row));
        }
    }
} else if ($goto == 'sql.php') {
    $goto = 'sql.php?'
          . PMA_generate_common_url($db, $table, '&')
          . '&pos=' . $pos
          . '&session_max_rows=' . $session_max_rows
          . '&disp_direction=' . $disp_direction
          . '&repeat_cells=' . $repeat_cells
          . '&dontlimitchars=' . $dontlimitchars
          . '&sql_query=' . urlencode($sql_query);
} else if (!empty($goto)) {
    // Security checkings
    $is_gotofile     = preg_replace('@^([^?]+).*$@', '\\1', $goto);
    if (!@file_exists('./' . $is_gotofile)) {
        $goto        = (empty($table)) ? 'db_details.php' : 'tbl_properties.php';
        $is_gotofile = TRUE;
    } else {
        $is_gotofile = ($is_gotofile == $goto);
    }
}

// Defines the url to return in case of failure of the query
if (isset($err_url)) {
    $err_url = urldecode($err_url);
} else {
    $err_url = str_replace('&', '&amp

Definition at line 97 of file tbl_replace.php.

Referenced by tslib_search::build_search_query(), PMA_DBI_field_flags(), PMA_DBI_get_fields_meta(), PMA_displayTableBody(), and tslib_search::register_tables_and_columns().


Generated on Wed Aug 10 07:56:34 2005 for TYPO3 3.8.0 by  doxygen 1.4.3-20050530