dodomail 发表于 2013-1-30 22:05:27

Discuz!源代码分析系列(1)-./include/common.inc.php (续)

<div class="t_msgfont">Section Four:<div class="blockcode">复制内容到剪贴板代码:

$db = new dbstuff;
    $db->connect($dbhost, $dbuser, $dbpw, $dbname, $pconnect);
    $dbhost = $dbuser = $dbpw = $dbname = $pconnect = NULL;
页: [1]
查看完整版本: Discuz!源代码分析系列(1)-./include/common.inc.php (续)