summaryrefslogtreecommitdiff
path: root/it_dbi.class
diff options
context:
space:
mode:
authorChristian Schneider2008-04-07 14:47:09 +0000
committerChristian Schneider2008-04-07 14:47:09 +0000
commit7aaf055dfe6e8ef938b20aad208a5568de8dc071 (patch)
tree76d0bc8bb9c86b8bdd85fff4a10858f0b2caa0bc /it_dbi.class
parentaef7677ab6214a9419265612180a3a1f2ff3c06d (diff)
downloaditools-7aaf055dfe6e8ef938b20aad208a5568de8dc071.tar.gz
itools-7aaf055dfe6e8ef938b20aad208a5568de8dc071.tar.bz2
itools-7aaf055dfe6e8ef938b20aad208a5568de8dc071.zip
Deprecate second parameter to constructor of generated classes
Diffstat (limited to 'it_dbi.class')
-rw-r--r--it_dbi.class6
1 files changed, 3 insertions, 3 deletions
diff --git a/it_dbi.class b/it_dbi.class
index 2033d02..3fa5508 100644
--- a/it_dbi.class
+++ b/it_dbi.class
@@ -93,11 +93,11 @@ function it_dbi($p = array(), $query = null)
}
/**
- * function Tablename($query, $config)
+ * function Tablename($query)
* Constructor. Returns record object from table Tablename.
* If $query is set, it encodes a SELECT to execute and store in the returned object, see select()
- * If $config is set, it contains extra parameters for the query like how to handle errors
- */ #}
+ * Note: Old second parameter $config has been deprecated and will be removed
+ */ #:}
/**
* Factory: Create classes of all database tables. Call statically.