From deac95ce6a40be70497441f4b5334fcc4e2a91ac Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 4 Oct 2007 01:29:17 +0000 Subject: documentation --- it_dbi.class | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'it_dbi.class') 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. -- cgit v1.2.3