PHP Classes

Classes of Mathieu Dumoulin

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Mathieu Dumoulin (1)  >  Mission progress status  >  Reputation  
Picture of Mathieu Dumoulin
Name: Mathieu Dumoulin <contact>
Classes: 1
Country: Canada Canada
Age: ???
All time rank: 205749 in Canada Canada
Week rank: 195 Up5 in Canada Canada Up
All time users: 1266
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 mysql_connection  
Wrapper for several MySQL connection information
Current Version: 1.1.2

This class is in charge of establishing a connection to the MySQL server.
This class is a wrapper of the basic functions like open, close, send sql,
send command. It allows personnalized error trapping and can also trap errors
for you but in a very gruesome way stopping all execution.

It also offers several usefull functions like:
- sql_insert_id() which returns the last inserted id by this connection
- sql_data_format() which will transform any ' into a \' format so the sql
string will not suffer brutal stops because of a misplaced '

The basic information you need to use this class is what follows:
Step 1: Create the object
needed: hostname, username, password and database used by this connection
Step 2: Open the connection
call: open()
Step 3: Send any sql request or sql command
call: send_result_sql() or send_command_sql()
Step 4: Close the connection
call: close()

For more information on: Usage, Technical data, Version History
Lookup the files for this class on the web site http://www.phpclasses.org/


  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