Example #1
0
 protected function _ajaxReturn($data = array(), $code = 200, $type = '')
 {
     Http::send_http_status($code);
     Http::ajaxReturn($data, $type);
 }