From da6eecd03111660ae12221265986ba4b10b155dd Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Wed, 4 Mar 2015 10:15:16 +0100 Subject: remove Doxygen API Documentation from repository. This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb --- doc/html/classdba.html | 363 ------------------------------------------------- 1 file changed, 363 deletions(-) delete mode 100644 doc/html/classdba.html (limited to 'doc/html/classdba.html') diff --git a/doc/html/classdba.html b/doc/html/classdba.html deleted file mode 100644 index dcb6e4b3c..000000000 --- a/doc/html/classdba.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - - -The Red Project: dba Class Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Project -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- - - - - - - - - - - - - - -

-Public Member Functions

 __construct ($server, $user, $pass, $db, $install=false)
 
 getdb ()
 
 q ($sql)
 
 dbg ($dbg)
 
 escape ($str)
 
 __destruct ()
 
- - - - - - - -

-Public Attributes

 $mysqli = true
 
 $connected = false
 
 $error = false
 
- - - - - -

-Private Attributes

 $debug = 0
 
 $db
 
-

Detailed Description

-

MySQL database class

-

For debugging, insert 'dbg(1);' anywhere in the program flow. dbg(0); will turn it off. Logging is performed at LOGGER_DATA level. When logging, all binary info is converted to text and html entities are escaped so that the debugging stream is safe to view within both terminals and web pages.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dba::__construct ( $server,
 $user,
 $pass,
 $db,
 $install = false 
)
-
- -
-
- -
-
- - - - - - - -
dba::__destruct ()
-
- -
-
-

Member Function Documentation

- -
-
- - - - - - - - -
dba::dbg ( $dbg)
-
- -
-
- -
-
- - - - - - - - -
dba::escape ( $str)
-
- -
-
- -
-
- - - - - - - -
dba::getdb ()
-
- -
-
- -
-
- - - - - - - - -
dba::q ( $sql)
-
-

If dbfail.out exists, we will write any failed calls directly to it, regardless of any logging that may or may nor be in effect. These usually indicate SQL syntax errors that need to be resolved.

- -
-
-

Member Data Documentation

- -
-
- - - - -
dba::$connected = false
-
- -
-
- -
-
- - - - - -
- - - - -
dba::$db
-
-private
-
- -

Referenced by __construct(), and getdb().

- -
-
- -
-
- - - - - -
- - - - -
dba::$debug = 0
-
-private
-
- -
-
- -
-
- - - - -
dba::$error = false
-
- -

Referenced by q().

- -
-
- -
-
- - - - -
dba::$mysqli = true
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- -- cgit v1.2.3