包 core

包 mvc

包 orm

包 form

包 database

包 helper

包 cache

包 webcontrols

包 behavior

包 exception

包 debug

类 - QView_Redirect

mvc
类层次 class QView_Redirect
版本 $Id: view_redirect.php 2010 2009-01-08 18:56:36Z dualface $

QView_Redirect 类封装了一个浏览器重定向操作

公开的属性

隐藏继承的属性

属性类型描述定义于
$url string 重定向 URL QView_Redirect
$delay int 重定向延时(秒) QView_Redirect

公共方法

隐藏继承的方法

方法描述定义于
__construct() 构造函数 QView_Redirect
execute() 执行 QView_Redirect

属性详细说明

$url 属性

重定向 URL

$delay 属性

重定向延时(秒)

方法详细说明

__construct() 方法

public void __construct($url, $delay)

$url string
$delay int
{return}

构造函数


execute() 方法

public void execute()

执行