Function link(){
$db = new Mysql_Getall();
$sql = $db->gall(....);
}
请问如果把初始化放到函数外面,如何在函数里实例化?