summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2007-10-04 01:29:17 +0000
committerUrban Müller2007-10-04 01:29:17 +0000
commitdeac95ce6a40be70497441f4b5334fcc4e2a91ac (patch)
tree04ae405d17c6c45108d6f87206c91e77789aaa4a
parentc1a9e173424c56c8b6e67d31a0b94aefc4896696 (diff)
downloaditools-deac95ce6a40be70497441f4b5334fcc4e2a91ac.tar.gz
itools-deac95ce6a40be70497441f4b5334fcc4e2a91ac.tar.bz2
itools-deac95ce6a40be70497441f4b5334fcc4e2a91ac.zip
documentation
-rw-r--r--it_dbi.class6
1 files changed, 6 insertions, 0 deletions
diff --git a/it_dbi.class b/it_dbi.class
index 178a9d4..643a5bc 100644
--- a/it_dbi.class
+++ b/it_dbi.class
@@ -85,6 +85,12 @@ function it_dbi($p = array(), $query = null)
$GLOBALS['it_dbi'] =& $this;
}
+/**
+ * function Tablename($query, $config)
+ * 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
+ */ #}
/**
* Factory: Create classes of all database tables. Call statically.