diff options
Diffstat (limited to 'classes/PhpIsisDb.php')
-rw-r--r-- | classes/PhpIsisDb.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index 6d39d6e..03e9b7c 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -2,6 +2,11 @@ /** * PHP-Isis implementation of IsisDb. + * + * @todo + * This implementation is currently outdated and lacks + * basic functionalities such as subfield handling and + * therefore it's use is not recommended. */ class PhpIsisDb implements IsisDb { /** |