Postgres::Postgres PHP Method

Postgres() public method

Constructor
public Postgres ( $conn )
$conn The database connection
    function Postgres($conn)
    {
        $this->ADODB_base($conn);
    }
Postgres