Home     PHP / Javascript / Ajax
PHP PgProcedures Script

PHP Script Codes > database-tools

PgProcedures Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 73

PHP Script Codes > PgProcedures
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.