diff options
author | Christian Schneider | 2008-04-07 14:47:09 +0000 |
---|---|---|
committer | Christian Schneider | 2008-04-07 14:47:09 +0000 |
commit | 7aaf055dfe6e8ef938b20aad208a5568de8dc071 (patch) | |
tree | 76d0bc8bb9c86b8bdd85fff4a10858f0b2caa0bc /it_dbi.class | |
parent | aef7677ab6214a9419265612180a3a1f2ff3c06d (diff) | |
download | itools-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.class | 6 |
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. |