예제 #1
0
파일: sqltool.php 프로젝트: anicet/morm
 public function testEscapeHtmlSimpleQuote()
 {
     $this->assertEqual(' HACK ', SqlTools::mysql_escape('<iframe src=\'HACK\'>HACK</iframe>'));
 }