MySQLi Database 1.0
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 the fetch_object function. Support for retrieving results in associative arrays can be implemented later
- Perform several types querying and retrieval of results: query, query_all (fetches all rows), query_one (fetches only the first row), query_value (fetches only the first field and casts it to desired type)
- Retrieve the number of rows affected by the query, that can be used if you just want to know if a certain record exists
- Paginated queries (query_page, query_page_all, query_page_one) to retrieve only a given page of results
- Return the total number of rows in a paginated query (not only that on the current page)
- Support a complete set of MySQL error codes and data type constants
- Provides a function to compare the last error to a constant code
- Automaticaly cast the query results to given data type equivalent to database data types
- Altered mysqli constructor to accept a flexible connection string that can be used with database abstraction layers
- PHPDoc documentation
More popular Database Tool
- PHP DataGrid 4.2.8 (1 year, 6 months 4 days ago)
- ajaxCRUD 5.0 (2 years, 4 months 25 days ago)
- phpMyDataGrid 2007 - AJAX Enabled Datagrid 1.0 (2 years, 4 months 25 days ago)
- XAJAX Grid 1.0 (2 years, 4 months 25 days ago)
- PHP MySQL Connection Class 1.0 (2 years, 8 months 29 days ago)
Listing Files

class.MysqliDatabase.php- 23.8 KB
- 10/05/2005 22:27:32

_class_MysqliDatabase_php.html- 204.9 KB
- 10/05/2005 22:27:32

MysqliResult.html- 8.1 KB
- 10/05/2005 22:27:32

MysqliDatabase.html- 19.8 KB
- 10/05/2005 22:27:32
- FREE MySQL Cloud Database Super Simple, Zero-Management MySQL Cloud DB. Use It FREE!
- Pinterest clone Start your own pin board social network today. Get Pintastic and start your own pinterest clone network.
- MYRE Real Estate Software Professional Real Estate solutions by MYREPHP PROGRAMMING!
