Changeset 7995 for temp/trunk/data
- Timestamp:
- 2006/11/09 13:26:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r7994 r7995 417 417 // ¼¡¤ÎIncrement¤ò¼èÆÀ 418 418 //$arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name)); 419 $arrRet = $this-> conn->getOne("SELECT * FROM dtb_payment");419 $arrRet = $this->getAll("SELECT * FROM dtb_payment"); 420 420 sfprintr($arrRet); 421 421 $auto_inc_no = $arrRet["Auto_increment"];
Note: See TracChangeset
for help on using the changeset viewer.
