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: 4df6f6fa07561694cf42ea3536cd2ce417e8515a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

/**
 * PHPPgAdmin 6.1.3
 */

namespace PHPPgAdmin;

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