Ignore:
Timestamp:
2013/03/10 00:54:46 (11 years ago)
Author:
adachi
Message:

#2181 query追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-plugin/data/class/plugin/SC_Plugin_Installer.php

    r22662 r22665  
    4040     
    4141    public function execInstall() { 
    42         GC_Utils_Ex::gfPrintLog("start install"); 
     42        GC_Utils_Ex::gfPrintLog("start install: " . $this->arrPlugin['plugin_code']); 
    4343         
    4444        $plugin_code = $this->arrPlugin['plugin_code']; 
     
    7777 
    7878        $objQuery->commit(); 
    79         GC_Utils_Ex::gfPrintLog("end install"); 
    80          
     79        GC_Utils_Ex::gfPrintLog("end install: " . $this->arrPlugin['plugin_code']); 
    8180    } 
    8281     
     
    113112        ); 
    114113    } 
     114     
     115    public function query($sql, array $params = array()) { 
     116        $this->sql($sql, $params); 
     117    } 
    115118} 
Note: See TracChangeset for help on using the changeset viewer.