Esempio n. 1
0
 public static function dataEnd($data, $allow_cross = false)
 {
     return AJAX::ajaxResponse(AJAX_DATA_END, $data, $allow_cross);
 }