visuddhinanda vor 2 Jahren
Ursprung
Commit
b8f033c0d1
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      rpc/tulip/tulip/pdo.php

+ 5 - 0
rpc/tulip/tulip/pdo.php

@@ -49,4 +49,9 @@ class PdoHelper {
             return $this->_pdo->query($query);
             return $this->_pdo->query($query);
         }
         }
     }
     }
+
+    public function errorInfo()
+    {
+        return $this->_pdo->errorInfo();
+    }
 }
 }