List of all members.
Detailed Description
PHP-Isis implementation of IsisDb.
- Warning:
- This implementation is currently outdated and lacks basic functionalities such as subfield handling and therefore it's use is not recommended.
Constructor & Destructor Documentation
PhpIsisDb::__construct |
( |
$ |
schema |
) |
|
Member Function Documentation
PhpIsisDb::charset |
( |
&$ |
data |
) |
|
Charset conversion.
Converts a string from the database charset to UTF-8.
- Parameters:
-
| $data | String to be converted. |
- Returns:
- String converted to UTF-8.
static PhpIsisDb::check |
( |
$ |
schema, |
|
|
$ |
section = NULL | |
|
) |
| | [static] |
PhpIsisDb::logger |
( |
$ |
message |
) |
|
Class logger.
- Parameters:
-
Read an entry.
The PHP-Isis API doen't implement such feature so we have to emulate it by geting all entries and using isis_data_seek() to get the desired record.
- See also:
- IsisDb::read()
- Todo:
- Subfield handling.
Implements IsisDb.
PhpIsisDb::tag |
( |
$ |
results |
) |
|
Tag results of a db query.
This function converts the keys of query result from field numbers to names.
- Parameters:
-
| $results | Database query results. |
- Returns:
- Tagged database result.
Member Data Documentation
Database format, derived from $schema.
The documentation for this class was generated from the following file:
- classes/backends/PhpIsisDb.php