MySQLi Database is a wrapper around the MySQLi extension to access MySQL databases. The package is composed of two classes: one extends the MySQLi class to execute several types of database access functions and another extends the mysqli_result class to manipulate result sets.Features of MySQLi Database:- Optional exception throwing on connection or query errors- All the result fetching functions use ...
License: BSD - BSD License
Added: 7 years, 7 months 23 days ago Updated: 7 years, 7 months 23 days ago