コード例 #1
0
ファイル: DB.php プロジェクト: newcart/system
 public function escape($value)
 {
     return $value;
     return $this->connection->quote($value);
 }