PHP Classes

Classes of Frank Hartung

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Frank Hartung (1)  >  Mission progress status  >  Reputation  
Picture of Frank Hartung
Name: Frank Hartung <contact>
Classes: 1
Country: Germany Germany
Age: 55
All time rank: 2770168 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 743
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 Database Interface  
Access MySQL databases using the MySQLi extension
This package can access MySQL databases using the MySQLi extension.

The base class can establish connections to MySQL servers, set the character set, select the database and retrieve any error messages.

There is a subclass that can execute queries, retrieve the query results, retrieve the number of result rows, get the last inserted record identifier and the number of rows affected by the query.

There is another subclass that can execute general purpose query functions like executing query and retrieve the whole results into an array, retrieve a single result row, retrieve a single result row field, insert, update and delete records given parameters for the tables, fields, field values and conditions, get the status and fields of a table, etc..


  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