PHP Classes

Classes of Ivo Augusto Nascimento

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Ivo Augusto Nascimento (1)  >  Mission progress status  >  Reputation  
Picture of Ivo Augusto Nascimento
Name: Ivo Augusto Nascimento <contact>
Classes: 1
Country: Brazil Brazil
Age: 45
All time rank: 3867311 in Brazil Brazil
Week rank: 178 Up11 in Brazil Brazil Up
All time users: 287
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image pl2method  
PHP Programming Innovation award nominee
November 2008
Number 3


Prize: One book of choice by O'Reilly
Execute PgSQL stored procedures as class functions
This class can be used to execute stored procedures on a PostgreSQL database by calling the class functions.

It uses PHP 5 __call function to map class function calls to execute stored procedures with the same name on a given PostgreSQL database schema.

The class passes function parameter values to the stored procedure as its parameters. If the values do not match the procedure expected types, the class throws an exception.

It returns a PDO statement object that can be used to retrieve any result sets returned from the execution of the stored procedure.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z