diff options
Diffstat (limited to 'classes/PhpIsisDb.php')
-rw-r--r-- | classes/PhpIsisDb.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/PhpIsisDb.php b/classes/PhpIsisDb.php index 78c9cf0..8dd57d0 100644 --- a/classes/PhpIsisDb.php +++ b/classes/PhpIsisDb.php @@ -70,6 +70,9 @@ class PhpIsisDb implements IsisDb { /** * Tag results of a db query. * + * This function converts the keys of query result from field + * numbers to names. + * * @param $results * Database query results. * |