\dotnetDebugger

Summary

Methods
Properties
Constants
__construct()
hasMySqlLogs()
hasMySqlErrs()
add_mysql_history()
add_loaded_script()
last_mysql_error()
add_last_mysql_error()
GetLoadedFiles()
$script_loading
$mysql_history
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$setError
N/A

Properties

$script_loading

$script_loading : 

Type

$mysql_history

$mysql_history : 

Type

$setError

$setError : 

Type

Methods

__construct()

__construct() 

hasMySqlLogs()

hasMySqlLogs() 

hasMySqlErrs()

hasMySqlErrs() 

add_mysql_history()

add_mysql_history(string  $SQL,   $elapsed, string  $type) 

Parameters

string $SQL
$elapsed
string $type
  • writes表示对数据库进行了sql操作,对数据库的数据有影响,
    • queries表示只是对数据库进行了查询,对数据库的数据没有影响

add_loaded_script()

add_loaded_script(  $path,   $refer) 

Parameters

$path
$refer

last_mysql_error()

last_mysql_error() : array

Returns

array —

[sql => error]

add_last_mysql_error()

add_last_mysql_error(  $error) 

如果上一条mysql执行出错了,则可以通过这个函数来将mysql的错误记录下来

Parameters

$error

GetLoadedFiles()

GetLoadedFiles()