config1.inc.php $CONFIG_DATABASE_TXL = array( #array('127.0.0.1', 'root', '', 'he_txl','3306') array('127.0.0.1', 'aspire_txl', 'd90wBE[wc', 'he_txl', '3306') ); DB.class.php <?php /** * 数据库操作 (PDO) * */ class DB { private static $mConnection = array…