|
|
|
File: ../general-devel/lib/support/db/mysql/dbmysql.class.php
phpGeneral - support
DBMySQL
DB | +-- DBMySQL
MySQL class
|
public class DBMySQL extends DB
MySQL class
Provides access to a MySQL server.
|
| |
|
|
|
|
|
Fields inherited from DB |
| $link |
|
|
|
|
|
Public Method Details |
DBMySQL |
|
public object DBMySQL DBMySQL( array $param, string &$errmsg )
|
| |
Class constructor
Initializes the base class
|
| Parameter |
|
| array |
$param |
|
|
Associative array contains userid, password, realm and others |
|
|
| string |
&$errmsg |
|
|
Reference for storing error messages in case of a failure |
|
| Returns |
object DBMySQL |
|
|
|
|
|
|
|
| PHPDoc 1.0beta |