目前共有2篇帖子。 字体大小:较小 - 100% (默认)▼  内容转换:港澳繁體▼
 
点击 回复
459 1
/** * Gets a core script and st
见习魔法师 二级
1楼 发表于:2010-8-23 10:59


/**
 * Gets a core script and starts output buffering work
 */
require_once './libraries/common.inc.php';

PMA_checkParameters(array('db', 'table', 'field'));

require_once './libraries/ob.lib.php';
PMA_outBufferPre();

require_once './libraries/header_http.inc.php';

/**
 * Displays the frame
 */
$per_page = 200;
require_once './libraries/relation.lib.php'; // foreign keys
require_once './libraries/transformations.lib.php'; // Transformations
$cfgRelation = PMA_getRelationsParam();
$foreigners  = ($cfgRelation['relwork'] ? PMA_getForeigners($db, $table) : FALSE);

见习魔法师 二级
2楼 发表于:2010-8-23 11:00
<?php ?>
<?jsp ?>
<?asp ?>
<?js ?>
<?as ?>
<?c ?>
<?css ?>
<?html ?>
 

回复帖子

内容:
用户名: 您目前是匿名发表
验证码:
(快捷键:Ctrl+Enter)
 

本帖信息

点击数:459 回复数:1
评论数: ?
作者:奥吧总工程师
最后回复:奥吧总工程师
最后回复时间:2010-8-23 11:00
 
©2010-2025 Purasbar Ver2.0
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。