diff options
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 |