예제 #1
0
파일: Ajax.php 프로젝트: leegons/testspace
 public function pushResult()
 {
     if (self::$_finish) {
         return;
     }
     self::$_finish = true;
     ob_end_clean();
     echo $this->getReturn();
 }