Riferimenti per il file typo3_src/typo3/ext/phpmyadmin/modsub/phpMyAdmin-2.6.4-pl3/tbl_properties_table_info.php

Vai al codice sorgente di questo file.

Variabili

global $showtable
global $tbl_is_view
global $tbl_type
global $show_comment
global $tbl_collation
global $table_info_num_rows
global $auto_increment
 $table_info_result = PMA_DBI_query('SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($table, TRUE) . '\';', NULL, PMA_DBI_QUERY_STORE)
 $tbl_collation = empty($showtable['Collation']) ? '' : $showtable['Collation']
 $table_info_num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0)
 $auto_increment = (isset($showtable['Auto_increment']) ? $showtable['Auto_increment'] : '')
 $tmp = isset($showtable['Create_options']) ? explode(' ', $showtable['Create_options']) : array()
 $tmp_cnt = count($tmp)


Documentazione delle variabili

$auto_increment = (isset($showtable['Auto_increment']) ? $showtable['Auto_increment'] : '')
 

Definizione alla linea 57 del file tbl_properties_table_info.php.

global $auto_increment
 

Definizione alla linea 17 del file tbl_properties_table_info.php.

global $show_comment
 

Definizione alla linea 17 del file tbl_properties_table_info.php.

global $showtable
 

Defining global variables, in case this script is included by a function. This is necessary because this script can be included by header.inc.php.

Definizione alla linea 17 del file tbl_properties_table_info.php.

$table_info_num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0)
 

Definizione alla linea 56 del file tbl_properties_table_info.php.

global $table_info_num_rows
 

Definizione alla linea 17 del file tbl_properties_table_info.php.

$table_info_result = PMA_DBI_query('SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($table, TRUE) . '\';', NULL, PMA_DBI_QUERY_STORE)
 

Definizione alla linea 29 del file tbl_properties_table_info.php.

$tbl_collation = empty($showtable['Collation']) ? '' : $showtable['Collation']
 

Definizione alla linea 55 del file tbl_properties_table_info.php.

global $tbl_collation
 

Definizione alla linea 17 del file tbl_properties_table_info.php.

global $tbl_is_view
 

Definizione alla linea 17 del file tbl_properties_table_info.php.

global $tbl_type
 

Definizione alla linea 17 del file tbl_properties_table_info.php.

$tmp = isset($showtable['Create_options']) ? explode(' ', $showtable['Create_options']) : array()
 

Definizione alla linea 59 del file tbl_properties_table_info.php.

$tmp_cnt = count($tmp)
 

Definizione alla linea 60 del file tbl_properties_table_info.php.


Generato il Thu Jan 19 15:27:16 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6