Changeset 4697 for temp/trunk/data/class


Ignore:
Timestamp:
2006/09/13 13:41:28 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data/class
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_DbConn.php

    r3524 r4697  
    7979    // SELECTʸ¤Î¼Â¹Ô·ë²Ì¤òÁ´¤Æ¼èÆÀ 
    8080    function getAll($n, $arr = ""){ 
     81                die("test"); 
     82 
    8183        if(PEAR::isError($this->conn)) { 
    8284            sfErrorHeader("DB¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£:" . $this->dsn); 
  • temp/trunk/data/class/SC_Query.php

    r4696 r4697  
    8181     
    8282    function getall($sql, $arrval = array()) { 
    83         die("test"); 
    8483        $ret = $this->conn->getAll($sql, $arrval); 
    8584        return $ret; 
Note: See TracChangeset for help on using the changeset viewer.