PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Paul Scott   PostGIS   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Script
Class: PostGIS
Wrapper to call PostGIS procedures of PostgreSQL
Author: By
Last change:
Date: 20 years ago
Size: 116 bytes
 

Contents

Class file image Download
<?php
   
include("postgis_class_inc.php");
   
$pg = new postgis;
    echo
$pg->updategeomStats('cdsm','world','the_geom');