包 core

包 mvc

包 orm

包 form

包 database

包 helper

包 cache

包 webcontrols

包 behavior

包 exception

包 debug

类 - QDebug_FirePHP

debug
类层次 class QDebug_FirePHP
版本 $Id: debug_firephp.php 2033 2009-01-09 18:32:14Z dualface $

QDebug_FirePHP 类提供对 FirePHP 的支持

保护的属性

隐藏继承的属性

属性类型描述定义于
$_firephp QDebug_FirePHP
$_ver QDebug_FirePHP

公共方法

隐藏继承的方法

方法描述定义于
ver() 选择要使用的 FirePHP 扩展版本 QDebug_FirePHP
dump() QDebug_FirePHP
dumpTrace() QDebug_FirePHP
assert() QDebug_FirePHP
log() QDebug_FirePHP

保护的方法

隐藏继承的方法

方法描述定义于
_firephp() 返回 FirePHP 实例 QDebug_FirePHP

属性详细说明

$_firephp 属性
$_ver 属性

方法详细说明

ver() 方法

public static void ver($ver)

$ver string
{return}

选择要使用的 FirePHP 扩展版本


dump() 方法

public static void dump($vars, $label)

$vars
$label
{return}

dumpTrace() 方法

public static void dumpTrace()


assert() 方法

public static void assert($bool, $message)

$bool
$message
{return}

log() 方法

public static void log($msg, $type)

$msg
$type
{return}

_firephp() 方法

protected static FirePHP _firephp()

返回 FirePHP 实例