MediaWiki  REL1_24
CdbReaderDBA Class Reference

Reader class which uses the DBA extension. More...

Inheritance diagram for CdbReaderDBA:
Collaboration diagram for CdbReaderDBA:

List of all members.

Public Member Functions

 __construct ($fileName)
 Create the object and open the file.
 close ()
 Close the file.
 get ($key)
 Get a value with a given key.

Detailed Description

Reader class which uses the DBA extension.

Definition at line 26 of file CdbDBA.php.


Constructor & Destructor Documentation

CdbReaderDBA::__construct ( fileName)

Create the object and open the file.

Parameters:
string$fileName

Reimplemented from CdbReader.

Definition at line 27 of file CdbDBA.php.


Member Function Documentation

Close the file.

Optional, you can just let the variable go out of scope.

Reimplemented from CdbReader.

Definition at line 34 of file CdbDBA.php.

CdbReaderDBA::get ( key)

Get a value with a given key.

Only string values are supported.

Parameters:
string$key

Reimplemented from CdbReader.

Definition at line 41 of file CdbDBA.php.

References $key.


The documentation for this class was generated from the following file: