Vai al codice sorgente di questo file.
Variabili | |
| $force_queryframe_reload = TRUE | |
| $local_query = ';' | |
| $sql_query = $local_query | |
| $tables_full = PMA_DBI_get_tables_full($db) | |
| $sql_query = $back . $sql_query | |
| $where_fields = array('dbase' => $db) | |
| $new_fields = array('dbase' => $newname) | |
| $local_query = 'DROP DATABASE ' . PMA_backquote($db) . ';' | |
| $sql_query = "\n" . $local_query | |
| $message = sprintf($strRenameDatabaseOK, htmlspecialchars($db), htmlspecialchars($newname)) | |
| $db = $newname | |
| $cfgRelation = PMA_getRelationsParam() | |
| $url_query = '&goto=db_operations.php' | |
| $sub_part = '_structure' | |
| db | |
| $test_rs = PMA_query_as_cu($test_query, NULL, PMA_DBI_QUERY_STORE) | |
|
|
Definizione alla linea 110 del file db_operations.php. |
|
|
Definizione alla linea 98 del file db_operations.php. |
|
|
Definizione alla linea 17 del file db_operations.php. |
|
|
Definizione alla linea 82 del file db_operations.php. |
|
|
Definizione alla linea 34 del file db_operations.php. |
|
|
Definizione alla linea 85 del file db_operations.php. |
|
|
Definizione alla linea 73 del file db_operations.php. |
|
|
Definizione alla linea 83 del file db_operations.php. |
|
|
Definizione alla linea 65 del file db_operations.php. |
|
|
Definizione alla linea 35 del file db_operations.php. |
|
|
Definizione alla linea 129 del file db_operations.php. |
|
|
Definizione alla linea 39 del file db_operations.php. |
|
|
Definizione alla linea 347 del file db_operations.php. |
|
|
Definizione alla linea 126 del file db_operations.php. |
|
|
Definizione alla linea 72 del file db_operations.php. |
|
|
Valore iniziale: ' . urlencode($GLOBALS['db']) . '">' . htmlspecialchars($GLOBALS['db']) . '</a>'; // else use // $strDBLink = htmlspecialchars($db); echo ' ' . sprintf($strCreateNewTable, $strDBLink) . ': ' . "\n"; echo ' </td></tr>'; echo ' <tr bgcolor="'.$cfg['BgcolorOne'].'"><td nowrap="nowrap">'; echo ' ' . $strName . ': ' . "\n"; echo ' </td>'; echo ' <td nowrap="nowrap">'; echo ' ' . '<input type="text" name="table" maxlength="64" size="30" class="textfield" />'; echo ' </td><td> </td></tr>'; echo ' <tr bgcolor="'.$cfg['BgcolorOne'].'"><td nowrap="nowrap">'; echo ' ' . $strFields . ': ' . "\n"; echo ' </td>'; echo ' <td nowrap="nowrap">'; echo ' ' . '<input type="text" name="num_fields" size="2" class="textfield" />' . "\n"; echo ' </td>'; echo ' <td align="right">'; echo ' ' . ' <input type="submit" value="' . $strGo . '" />' . "\n"; echo ' </td> </tr>' . "\n"; echo ' </form>' . "\n"; echo '</table>' . "\n"; echo '<table border="0" cellpadding="2" cellspacing="0">'; if ($cfgRelation['commwork']) { ?> <!-- Alter/Enter db-comment --> <tr><td colspan="3"><img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png' Definizione alla linea 154 del file db_operations.php. |
1.4.6