Response

Cml\Http\Response 用来处理页面跳转响应404、及发送http状态码等;

重定向

  1. \Cml\Http\Response::redirect($url, $time = 0)

显示404页面

  1. \Cml\Http\Response::show404Page($tpl = null)

发送http状态码相对应的信息

  1. \Cml\Http\Response::sendHttpStatus($code)

URL组装 支持不同URL模式

  1. \Cml\Http\Response::url($url = '', $echo = 1)

原文: http://doc.cmlphp.com/devintro/req_res/res.html