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

PostgresDoc82.php « help « src - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5abc90ae4416cd0ca99d4b30a6373cdfd934b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

/**
 * PHPPgAdmin 6.0.0
 */

namespace PHPPgAdmin\Help;

/**
 * Help links for PostgreSQL 8.2 documentation.
 *
 * Release: PostgresDoc82.php,v 1.3 2007/11/30 15:27:26 soranzo Exp $
 */
class PostgresDoc82 extends PostgresDoc81
{
    public function __construct($conf, $major_version)
    {
        parent::__construct($conf, $major_version);
    }
}