From f1d5ffda693fa44d3325785c5c8e8021d8873bea Mon Sep 17 00:00:00 2001 From: Tobias Luther Date: Sun, 29 Jun 2014 21:20:43 +0200 Subject: delete my original doc working backup folder --- doc/old/html/classdba__driver.html | 483 ------------------------------------- 1 file changed, 483 deletions(-) delete mode 100644 doc/old/html/classdba__driver.html (limited to 'doc/old/html/classdba__driver.html') diff --git a/doc/old/html/classdba__driver.html b/doc/old/html/classdba__driver.html deleted file mode 100644 index e70d8bf1f..000000000 --- a/doc/old/html/classdba__driver.html +++ /dev/null @@ -1,483 +0,0 @@ - - - - - - -The Red Matrix: dba_driver Class Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
The Red Matrix -
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
-
-Inheritance diagram for dba_driver:
-
-
- - -dba_mysql -dba_mysqli - -
- - - - - - - - - - - - - - - - - - -

-Public Member Functions

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

-Public Attributes

 $connected = false
 
 $error = false
 
- - - - - -

-Protected Attributes

 $debug = 0
 
 $db
 
-

Constructor & Destructor Documentation

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

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
dba_driver::close ()
-
-abstract
-
- -

Referenced by __destruct().

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dba_driver::connect ( $server,
 $port,
 $user,
 $pass,
 $db 
)
-
-abstract
-
- -

Referenced by __construct().

- -
-
- -
-
- - - - - - - - -
dba_driver::dbg ( $dbg)
-
- -
-
- -
-
- - - - - -
- - - - - - - - -
dba_driver::escape ( $str)
-
-abstract
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dba_driver::install ( $server,
 $user,
 $pass,
 $db 
)
-
- -

Referenced by __construct().

- -
-
- -
-
- - - - - -
- - - - - - - - -
dba_driver::q ( $sql)
-
-abstract
-
- -
-
-

Member Data Documentation

- -
-
- - - - -
dba_driver::$connected = false
-
- -
-
- -
-
- - - - - -
- - - - -
dba_driver::$db
-
-protected
-
-
- -
-
- - - - - -
- - - - -
dba_driver::$debug = 0
-
-protected
-
- -
-
- -
-
- - - - -
dba_driver::$error = false
-
- -
-
-
The documentation for this class was generated from the following file: -
-
- -- cgit v1.2.3