summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index a0f4096..3063454 100644
--- a/README
+++ b/README
@@ -67,7 +67,8 @@ it_dbi - Database access
------------------------
The dbi object is a simple mysql interface. For each table in your database,
a class is created automatically. Queries are encoded as arrays which ensures
-correct quoting, see select(). Errors are by default reported within dbi.
+correct quoting, see select(). Errors are by default reported within dbi. If
+"dyncols" exists in schema, unknown columns are mapped to a dynamic column.
Example:
it_dbi::createclasses(); # Not necessary if using it_auto_prepend.php