Changeset 4697 for temp/trunk/data/class
- Timestamp:
- 2006/09/13 13:41:28 (20 years ago)
- Location:
- temp/trunk/data/class
- Files:
-
- 2 edited
-
SC_DbConn.php (modified) (1 diff)
-
SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r3524 r4697 79 79 // SELECTʸ¤Î¼Â¹Ô·ë²Ì¤òÁ´¤Æ¼èÆÀ 80 80 function getAll($n, $arr = ""){ 81 die("test"); 82 81 83 if(PEAR::isError($this->conn)) { 82 84 sfErrorHeader("DB¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£:" . $this->dsn); -
temp/trunk/data/class/SC_Query.php
r4696 r4697 81 81 82 82 function getall($sql, $arrval = array()) { 83 die("test");84 83 $ret = $this->conn->getAll($sql, $arrval); 85 84 return $ret;
Note: See TracChangeset
for help on using the changeset viewer.
