📄 tbl_printview.php
字号:
<?php/* $Id: tbl_printview.php,v 2.21.2.1 2006/04/12 15:23:31 cybot_tm Exp $ */require_once('./libraries/common.lib.php');require './libraries/tbl_properties_common.php';/** * Gets the variables sent or posted to this script, then displays headers */$print_view = TRUE;if (!isset($selected_tbl)) { require_once('./libraries/header.inc.php');}// Check parametersif (!isset($the_tables) || !is_array($the_tables)) { $the_tables = array();}/** * Gets the relations settings */require_once('./libraries/relation.lib.php');require_once('./libraries/transformations.lib.php');require_once('./libraries/tbl_indexes.lib.php');$cfgRelation = PMA_getRelationsParam();/** * Defines the url to return to in case of error in a sql statement */if (isset($table)) { $err_url = 'tbl_properties.php?' . PMA_generate_common_url($db, $table);} else { $err_url = 'db_details.php?' . PMA_generate_common_url($db);}/** * Selects the database */PMA_DBI_select_db($db);/** * Multi-tables printview thanks to Christophe Gesch锟
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -