connections[$name] = $pdo; } public static function get_connection($name = 'default') { return self::getInstance()->connections[$name]; } }