From 01ce86d79be6d17bbf011826a77086e50652105b Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 10 Nov 2016 15:48:46 +0100 Subject: allow dynamic columns --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3