Changeset 16326 for branches/feature-module-update/data/class_extends
- Timestamp:
- 2007/10/08 19:26:55 (19 years ago)
- Location:
- branches/feature-module-update/data/class_extends
- Files:
-
- 1 added
- 1 edited
- 5 moved
-
. (added)
-
batch_extends (moved) (moved from branches/feature-module-update/data/class/batch_extends)
-
db_extends (moved) (moved from branches/feature-module-update/data/class/db_extends)
-
db_extends/SC_DB_DBFactory_Ex.php (modified) (1 diff)
-
helper_extends (moved) (moved from branches/feature-module-update/data/class/helper_extends)
-
page_extends (moved) (moved from branches/feature-module-update/data/class/page_extends)
-
util_extends (moved) (moved from branches/feature-module-update/data/class/util_extends)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class_extends/db_extends/SC_DB_DBFactory_Ex.php
r15532 r16326 8 8 // {{{ requires 9 9 require_once(CLASS_PATH . "db/SC_DB_DBFactory.php"); 10 require_once(CLASS_ PATH . "db_extends/dbfactory/SC_DB_DBFactory_MYSQL_Ex.php");11 require_once(CLASS_ PATH . "db_extends/dbfactory/SC_DB_DBFactory_PGSQL_Ex.php");10 require_once(CLASS_EX_PATH . "db_extends/dbfactory/SC_DB_DBFactory_MYSQL_Ex.php"); 11 require_once(CLASS_EX_PATH . "db_extends/dbfactory/SC_DB_DBFactory_PGSQL_Ex.php"); 12 12 13 13 /**
Note: See TracChangeset
for help on using the changeset viewer.
