Changeset 1329


Ignore:
Timestamp:
2006/08/23 13:47:30 (18 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r1328 r1329  
    7777    // SELECTʸ¤Î¼Â¹Ô·ë²Ì¤òÁ´¤Æ¼èÆÀ 
    7878    function getAll($n, $arr = ""){ 
    79  
     79        if(PEAR::isError($this->conn)) { 
     80            print("DB¤Ø¤ÎÀܳ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"); 
     81            return 0; 
     82        }        
     83         
    8084        if ( $arr ){ 
    8185            $result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC); 
Note: See TracChangeset for help on using the changeset viewer.