PHP Classes

Classes of Costin Bereveanu

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Costin Bereveanu (1)  >  Mission progress status  >  Reputation  
Picture of Costin Bereveanu
Name: Costin Bereveanu <contact>
Classes: 1
Country: Romania Romania
Age: 42
All time rank: 3859 in Romania Romania
Week rank: 191 Up6 in Romania Romania Up
All time users: 7149
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image MySQLi Database  
MySQL database wrapper using MySQLi extension
This package 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.

It features:

- 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
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 84% 81% 75% - - - 57% 1586
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z