Object | --DbServer
| Name | Type | Description | 
|---|---|---|
| $dsn | array | for a description of the $dsn parameter see the text above | 
 string  ( DBMS )     default =  mysql      name of the php-dbms api to be used
                                            e.g. mysql, mysqli, db2, ... string  ( HOST )     default =  localhost  adress of the host e.g. localhost,
                                            123.456.789.0,
                                            COMPUTER-NAME\DB-INSTANCE (windows+MS-SQL)integer ( PORT ) default = 0 port number
string ( USERNAME ) default = root
string ( PASSWORD ) default = n/a
string ( DATABASE ) default = yana name of the database
null = if PEAR-DB was not found
(boolean) false = if the connection failed
(object) DB_common = if the connection was established successfully
| Name | Type | Description | 
|---|---|---|
| $dsn | array | 
Inherited From Object
Documentation generated on Sat, 03 Jan 2009 22:22:19 +0100 by phpDocumentor 1.4.0