コード例 #1
0
ファイル: db.php プロジェクト: siddht1/abantecart-src
 public function escape($value)
 {
     return $this->driver->escape($value);
 }