File: |
class.mysql.connection.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Contains mysql_connection class |
Class: |
mysql_connection
Wrapper for several MySQL connection information |
Author: |
By Mathieu Dumoulin |
Last change: |
Did some serious changes to the way the class works.
1) Doesn't connect by itself anymore
2) Added Open and Corrected the Close Method (Close would erase information before)
3) send sql querry and send sql command now return arrays of data such as number of rows affected, sql error and sql string returned. send sql querry will return the normal sql result resource or will return an array of error data like send sql command does.
4) Removed function sql_error() which would often result in nothing. Instead the error is now passed back by the send sql query/command when an error occurs. |
Date: |
22 years ago |
Size: |
5,014 bytes |
|
|
|