Changeset 4699
- Timestamp:
- 2006/09/13 13:41:55 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
class/SC_DbConn.php (modified) (1 diff)
-
module/DB/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r4698 r4699 79 79 // SELECTʸ¤Î¼Â¹Ô·ë²Ì¤òÁ´¤Æ¼èÆÀ 80 80 function getAll($n, $arr = ""){ 81 die("test2");82 83 81 if(PEAR::isError($this->conn)) { 84 82 sfErrorHeader("DB¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£:" . $this->dsn); -
temp/trunk/data/module/DB/common.php
r4695 r4699 1580 1580 $fetchmode = DB_FETCHMODE_DEFAULT) 1581 1581 { 1582 die("test"); 1583 1582 1584 // compat check, the params and fetchmode parameters used to 1583 1585 // have the opposite order
Note: See TracChangeset
for help on using the changeset viewer.
