MediaWiki
REL1_24
|
Reader class which uses the DBA extension. More...
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. |
Reader class which uses the DBA extension.
Definition at line 26 of file CdbDBA.php.
CdbReaderDBA::__construct | ( | $ | fileName | ) |
Create the object and open the file.
string | $fileName |
Reimplemented from CdbReader.
Definition at line 27 of file CdbDBA.php.
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.
string | $key |
Reimplemented from CdbReader.
Definition at line 41 of file CdbDBA.php.
References $key.