Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ADONewConnection.php « classes « src - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f68ab8f0b5bd969faae8d379e10a902cf854f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

/**
 * PHPPgAdmin 6.1.0
 */

namespace PHPPgAdmin;

/**
 * Extends \ADODB_postgres9 to let correct inference on PHPDoc params.
 */
class ADONewConnection extends \ADODB_postgres9
{
}