PHP Classes / PgProcedures

Call PostgreSQL stored procedures

PgProcedures PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags