MySQL Done Right
Package:
Summary:
Execute prepared queries to MySQL databases
Groups:
Author:
Description:
This lightweight class can be used to execute prepared queries to MySQL databases.
It extends the MySQLi class to provide additional features. It can:
- Prepare and cache prepared queries
- Execute a prepared query using a list of parameters
- Retrieve the query results into objects or associative arrays
Most operations are reduced to a single line of code.
It extends the MySQLi class to provide additional features. It can:
- Prepare and cache prepared queries
- Execute a prepared query using a list of parameters
- Retrieve the query results into objects or associative arrays
Most operations are reduced to a single line of code.
Comments are closed.