- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/db/SC_DB_DBFactory.php
r22567 r22856 29 29 * @version $Id:SC_DB_DBFactory.php 15532 2007-08-31 14:39:46Z nanasess $ 30 30 */ 31 class SC_DB_DBFactory 31 class SC_DB_DBFactory 32 32 { 33 34 33 /** 35 34 * DB_TYPE に応じた DBFactory インスタンスを生成する. … … 78 77 } 79 78 } 79 80 80 return $dsn; 81 81 } … … 192 192 { 193 193 $objManager =& $objQuery->conn->loadModule('Manager'); 194 194 195 return $objManager->listTables(); 195 196 }
Note: See TracChangeset
for help on using the changeset viewer.
