diff options
author | Urban Müller | 2007-10-04 01:29:17 +0000 |
---|---|---|
committer | Urban Müller | 2007-10-04 01:29:17 +0000 |
commit | deac95ce6a40be70497441f4b5334fcc4e2a91ac (patch) | |
tree | 04ae405d17c6c45108d6f87206c91e77789aaa4a | |
parent | c1a9e173424c56c8b6e67d31a0b94aefc4896696 (diff) | |
download | itools-deac95ce6a40be70497441f4b5334fcc4e2a91ac.tar.gz itools-deac95ce6a40be70497441f4b5334fcc4e2a91ac.tar.bz2 itools-deac95ce6a40be70497441f4b5334fcc4e2a91ac.zip |
documentation
-rw-r--r-- | it_dbi.class | 6 |
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. |