From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/classdba__driver.html | 414 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 doc/html/classdba__driver.html (limited to 'doc/html/classdba__driver.html') diff --git a/doc/html/classdba__driver.html b/doc/html/classdba__driver.html new file mode 100644 index 000000000..1e536832c --- /dev/null +++ b/doc/html/classdba__driver.html @@ -0,0 +1,414 @@ + + + + + + +The Red Project: dba_driver Class Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+
+Inheritance diagram for dba_driver:
+
+
+ + +dba_mysql +dba_mysqli + +
+ + + + + + + + + + + + +

+Public Member Functions

 connect ($server, $user, $pass, $db)
 
 q ($sql)
 
 escape ($str)
 
 close ()
 
 __construct ($server, $user, $pass, $db, $install=false)
 
+ + + + + +

+Public Attributes

 $connected = false
 
 $error = false
 
+ + + + + + + +

+Protected Attributes

 $debug = 0
 
 $driver
 
 $db
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
dba_driver::__construct ( $server,
 $user,
 $pass,
 $db,
 $install = false 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
dba_driver::close ()
+
+abstract
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
dba_driver::connect ( $server,
 $user,
 $pass,
 $db 
)
+
+abstract
+
+ +

Referenced by __construct().

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
dba_driver::escape ( $str)
+
+abstract
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
dba_driver::q ( $sql)
+
+abstract
+
+ +
+
+

Member Data Documentation

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