From 7aaf055dfe6e8ef938b20aad208a5568de8dc071 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 7 Apr 2008 14:47:09 +0000 Subject: Deprecate second parameter to constructor of generated classes --- it_dbi.class | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'it_dbi.class') 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. -- cgit v1.2.3