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

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

/**
 * PHPPgAdmin6
 */

namespace PHPPgAdmin\Core;

use ADODB_postgres9;

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