summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUrban Müller2016-11-10 15:48:46 +0100
committerUrban Müller2016-11-10 15:48:46 +0100
commit01ce86d79be6d17bbf011826a77086e50652105b (patch)
tree99553f06c855e54c2fc06a3a8c6cb51fcd59060b /README
parente456347ffea5ee15fba229525f22a96b78865455 (diff)
downloaditools-01ce86d79be6d17bbf011826a77086e50652105b.tar.gz
itools-01ce86d79be6d17bbf011826a77086e50652105b.tar.bz2
itools-01ce86d79be6d17bbf011826a77086e50652105b.zip
allow dynamic columns
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