PgProcedures

Package:
PgProcedures
Summary:
Call PostgreSQL stored procedures
Groups:
Databases, PHP 5
Author:
Martin Philippe
Description:
This class can be used to call PostgreSQL stored procedures.

It defines the __call function to accept calls to PostgreSQL stored procedures by the name of function of the class that is called.

The class takes the function arguments and converts them to parameters that are passed when the stored procedure is called.


Powered by Gewgley