Login   Register  
PHP Classes
elePHPant
Icontem

Class: mysql_connection

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mathieu Dumoulin  >  mysql_connection  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: mysql_connection
Base name: mysql
Description: Wrapper for several MySQL connection information
Related classes: , , ,
Version: -
PHP version: -
Licenses: Freely Distributable
Freeware
The PHP License
All time users: 1222 users
All time rank: 2555
Week users: 1 user
Week rank: 2481
Picture of Mathieu Dumoulin
Author: Mathieu Dumoulin <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: Canada Canada - PHP jobs in Canada
Age: ???
All time rank: 163143 in Canada Canada
Week rank: 1637 Down39 in Canada Canada Up


  Detailed description  
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/

 

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file class.mysql.connection.php Class Contains mysql_connection class
Plain text file example.php Example Example script

Download all files: mysql.tar.gz mysql.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.