'."\r\n", ''; exit(); } public static function json($data) { self::_header(); echo helper_json::encode($data); exit(); } public static function html($s) { self::_header(); echo $s; exit(); } } ?>