Login   Register  
PHP Classes
elePHPant
Icontem

File: ex-PgTable.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of carex  >  Form Table PgSQL  >  ex-PgTable.php  >  Download  
File: ex-PgTable.php
Role: Example script
Content type: text/plain
Description: example PgTable
Class: Form Table PgSQL
Generate Web forms to access PostgreSQL tables
Author: By
Last change:
Date: 2005-09-20 22:35
Size: 393 bytes
 

Contents

Class file image Download
<?php
    
require 'object/conf/dbConf.php';
    require 
'object/database/dbConnection.php';
    require 
'object/table/tableInfo.php';
    require 
'object/table/tablePure.php';
    
    
$tbl1 =new tablePure();
    
$db1 =new pgsqldb();
    
    
$tbl1->set_titleTable('Data Table Base');
    
$tbl1->set_titleSizeTable('+2');
    
$tbl1->set_titleColorTable('#FF00FF');
    
    
?>