Packageindex Classtrees Modulegroups Elementlist Report XML Files

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.

AuthorsNorbert Sendetzky <norbert@linuxnetworks.de>

 

Methods inherited from DB

db, _db, query

Public Method Summary

object DBMySQL

DBMySQL(array $param, string &$errmsg)

Class constructor

Fields inherited from DB

$link

Included files inherited from DB

../lib/include/locale.class.php

Included files Summary, Type: include_once

../lib/support/db/db.class.php Warning: documentation is missing.

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


Included Files, Type: include_once

../lib/support/db/db.class.php

include_once( ../lib/support/db/db.class.php )




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta