Changeset 15937 for branches/dev/data/class
- Timestamp:
- 2007/09/24 09:41:54 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_DbConn.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15934 r15937 9 9 require_once($current_dir . "/../module/DB.php"); 10 10 require_once($current_dir . "/../module/MDB2.php"); 11 require_once($current_dir . "/../module/MDB2/Extended.php"); 11 12 12 13 $objDbConn = ""; … … 121 122 122 123 if ( $arr ){ 123 //$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);124 $result = $this->conn_mdb2->queryAll($n, $arr, DB_FETCHMODE_ASSOC);125 } else { 126 //$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC);127 $result = $this->conn_mdb2->queryAll($n, DB_FETCHMODE_ASSOC);124 $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 125 //$result = $this->conn_mdb2->queryAll($n, $arr, DB_FETCHMODE_ASSOC); 126 } else { 127 $result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC); 128 //$result = $this->conn_mdb2->queryAll($n, DB_FETCHMODE_ASSOC); 128 129 } 129 130
Note: See TracChangeset
for help on using the changeset viewer.
