Changeset 15918
- Timestamp:
- 2007/09/24 08:31:22 (19 years ago)
- Location:
- branches/dev/data
- Files:
-
- 17 added
- 1 edited
-
class/SC_DbConn.php (modified) (1 diff)
-
module/MDB2 (added)
-
module/MDB2.php (added)
-
module/MDB2/Date.php (added)
-
module/MDB2/Driver (added)
-
module/MDB2/Driver/Datatype (added)
-
module/MDB2/Driver/Datatype/Common.php (added)
-
module/MDB2/Driver/Function (added)
-
module/MDB2/Driver/Function/Common.php (added)
-
module/MDB2/Driver/Manager (added)
-
module/MDB2/Driver/Manager/Common.php (added)
-
module/MDB2/Driver/Native (added)
-
module/MDB2/Driver/Native/Common.php (added)
-
module/MDB2/Driver/Reverse (added)
-
module/MDB2/Driver/Reverse/Common.php (added)
-
module/MDB2/Extended.php (added)
-
module/MDB2/Iterator.php (added)
-
module/MDB2/LOB.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_DbConn.php
r15087 r15918 7 7 8 8 $current_dir = realpath(dirname(__FILE__)); 9 require_once($current_dir . "/../module/DB.php"); 9 10 require_once($current_dir . "/../module/DB.php"); 10 11
Note: See TracChangeset
for help on using the changeset viewer.
