diff options
author | Urban Müller | 2016-11-10 15:48:46 +0100 |
---|---|---|
committer | Urban Müller | 2016-11-10 15:48:46 +0100 |
commit | 01ce86d79be6d17bbf011826a77086e50652105b (patch) | |
tree | 99553f06c855e54c2fc06a3a8c6cb51fcd59060b /README | |
parent | e456347ffea5ee15fba229525f22a96b78865455 (diff) | |
download | itools-01ce86d79be6d17bbf011826a77086e50652105b.tar.gz itools-01ce86d79be6d17bbf011826a77086e50652105b.tar.bz2 itools-01ce86d79be6d17bbf011826a77086e50652105b.zip |
allow dynamic columns
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |