예제 #1
0
파일: DB.php 프로젝트: newcart/system
 public function escape($value)
 {
     return $value;
     return $this->connection->quote($value);
 }