Located in /lib/Data.php (line 20)
Constructor. All it does is connect the data source.
Destructor. Reversed constructors work (disconnects database).
Convenience function. Querys database and fetches first row as array with one method call.
Parameterless database connectivity. Access information is provided by the Config data.
Reversed connect(). Shuts down connection if it is still open.
Similar to query(), but does not set record counter. Use for manipulation queries (insert, delete, etc.). If record counter is needed for processing, use query().
Fetches a single row from the currently selected result set or the supplied result set (if on is supplied) as an array. Uses both numeric and associative keys.
Fetches a single row from the currently selected result set or the supplied result set (if on is supplied) as an array. Uses only associative keys.
Fetches a single row from the currently selected result set or the supplied result set (if one is supplied).
Returns true if the counter has not yet reached zero (which happens when the last record has been retrieved). False otherwise.
Querys the currently open database using supplied sql statement.
Sets the record counter for processing. Use for select queryies. If processing is not needed (insert, etc.) use exec().
Documentation generated on Mon, 25 Oct 2004 15:26:17 -0700 by phpDocumentor 1.3.0RC3