Login   Register  
PHP Classes
elePHPant
Icontem

mysql_connection

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Mathieu Dumoulin
Name: Mathieu Dumoulin <e-mail contact>
Packages: 1 Browse all classes by Mathieu Dumoulin Browse all classes by
Country: Canada Canada - PHP jobs in Canada
Age: ???
All time rank: 176046 in Canada Canada
Week rank: 2120 Down54 in Canada Canada Down


  Detailed description   Download .zip .tar.gz  
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/

  Classes of Mathieu Dumoulin  >  mysql_connection  >  Download .zip .tar.gz  >  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
Version: -
PHP version: -
Licenses: Freely Distributable
Freeware
The PHP License
All time users: 1240 users
All time rank: 2687
Week users: 0 users
Week rank: 2023 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

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


  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
Accessible without login 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.