This class can call MySQL stored procedures.
It is a model class for the Lightweight MVC framework that can connect to a MySQL database and call given stored procedures.
The stored procedure parameters are taken from an array passed as argument that may define whether the parameters are to be passed by value or define return values.
If there are return values, the class can also retrieve those return values as a separate result set.
| Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| lightweight MVC |
Required |
this class is built to use Lightweight MVC |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
example.php |
Example |
demo script |
mysql.php |
Class |
goes in the models folder and allows use of Stored Procs |