Class DBLDBDef

Description

Database definition.

This is a structure (in C terms) holding parameters describing a (connection to a) database. It has base parameters most database systems would require (e.g., it exactly feeds needs of SQL and LDAP), but some DB engines may add extra fields (e.g., port) or not use some of the fields provided.

NOTE: It could be also implemented as simple associative array, but it's done this way.

Located in /DBLDBDef.php (line 17)


	
			
Variable Summary
string $host
string $namespace
string $password
string $user
Method Summary
DBLDBDef DBLDBDef (string $host, string $user, string $password, string $namespace)
Variables
string $host (line 22)
  • var: Host name.
string $namespace (line 35)
  • var: Namespace to use - engine dependent interpretation. For example in SQL databases, it is used to determine database with which to work.
string $password (line 30)
  • var: Password to access the database.
string $user (line 26)
  • var: User name (to access the database).
Methods
Constructor DBLDBDef (line 47)

Constructor

Creates class with provided parameters.

DBLDBDef DBLDBDef (string $host, string $user, string $password, string $namespace)
  • string $host: The host value.
  • string $user: The user value.
  • string $password: The password value.
  • string $namespace: The namespace value.

Documentation generated on Mon, 6 Sep 2004 21:57:06 +0200 by phpDocumentor 1.2.3