diff options
-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. |