= 32334) { ?>
  •  :  
  •  :  
  •  . 
  •  . 
      
      
      
      


    />   
    •  
    •  
    •  
    •  
    •  

    • $arr) { $join_query = 'SELECT ' . PMA_backquote($table) . '.* FROM ' . PMA_backquote($table) . ' LEFT JOIN ' . PMA_backquote($arr['foreign_table']); if ($arr['foreign_table'] == $table) { $foreign_table = $table . '1'; $join_query .= ' AS ' . PMA_backquote($foreign_table); } else { $foreign_table = $arr['foreign_table']; } $join_query .= ' ON ' . PMA_backquote($table) . '.' . PMA_backquote($master) . ' = ' . PMA_backquote($foreign_table) . '.' . PMA_backquote($arr['foreign_field']) . ' WHERE ' . PMA_backquote($foreign_table) . '.' . PMA_backquote($arr['foreign_field']) . ' IS NULL AND ' . PMA_backquote($table) . '.' . PMA_backquote($master) . ' IS NOT NULL'; echo ' ' . '' . $master . ' -> ' . $arr['foreign_table'] . '.' . $arr['foreign_field'] . '
      ' . "\n"; unset($foreign_table); unset($join_query); } // end while ?>

  •  :     
  • 0) { while ($tmp = PMA_mysql_fetch_array($result)) { if (isset($tmp['Variable_name'])) { switch ($tmp['Variable_name']) { case 'have_bdb': if ($tmp['Value'] == 'YES') { $tbl_bdb = TRUE; } break; case 'have_gemini': if ($tmp['Value'] == 'YES') { $tbl_gemini = TRUE; } break; case 'have_innodb': if ($tmp['Value'] == 'YES') { $tbl_innodb = TRUE; } break; case 'have_isam': if ($tmp['Value'] == 'YES') { $tbl_isam = TRUE; } break; } // end switch } // end if isset($tmp['Variable_name']) } // end while } // end if $result mysql_free_result($result); echo "\n"; ?>
  •  :     
  • = 40100) { echo "\n" . '' . "\n" . '
  • ' . "\n" . '
    ' . "\n" . PMA_generate_common_hidden_inputs($db, $table, 3) . ' ' . $strCharset . ' : ' . "\n" . '  ' . "\n" . '  ' . "\n" . '
    ' . "\n" . '
  • ' . "\n"; } ?>
  • :
    />   
    />   
    />   
    />