Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2005-01-01 00:49
Size: 116 bytes
 

Contents

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