예제 #1
0
파일: Model.php 프로젝트: 9naQuame/wyf
 public function escape($text)
 {
     return $this->datastore->escape($text);
 }