PHP Classes

PHP-PGSQL: The Class for PHP2PGSQL

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 892 All time: 3,964 This week: 455Up
Version License Categories
database 1.0GNU General Publi...Databases
Description 

Author

1. connection --> Function connection()
2. query --> Function query($string)
3. num_rows --> Function nums($string="",$qid="")
4. object --> Function objects($string="",$qid="")
5. insert --> Function insert($tb_name,$cols,$val,$astriction)
6. update --> Function update($tb_name,$string,$astriction)
7. delete --> Function del($tb_name,$astriction)

-----------------------------------------------------------------------------------------------------------
Extra Announce
-----------------------------------------------------------------------------------------------------------
You can add this script to PHP-MYSQL-MSSQL class
(you can find it at http://www.phpclasses.org/browse.html/package/657.html)
to make those classes more useful , all you have to do just edit setting.inc.php
add follow lines

============================
elseif($sql_type == "3"){
include_once("pgsql.inc.php");
}
============================

Picture of henryi
Name: henryi <contact>
Classes: 2 packages by
Country: Taiwan Taiwan

  Files folder image Files (1)  
File Role Description
Plain text file pgsql.inc.php Class postgersql class

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:892
This week:0
All time:3,964
This week:455Up