例如我有文件config.php:
$host = 'localhost';
$db = 'logger';
$user = 'user';
$pwd = 'pass';
并归档mysqlClass.php
class mysql{
public function connect(){
//hot get get variables form confing.php there ?
}
}
而且我不知道如何从 mysql 类中的 confin.php 获取变量,我无法更改 config.php 文件