mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Added connection information to _debug_message.php.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9286 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
415bdcb357
commit
bebb46c072
2 changed files with 11 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* @class DisplayHandler
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief DisplayHandler is responsible for displaying the execution result. \n
|
||||
* @brief DisplayHandler is responsible for displaying the execution result. \n
|
||||
* Depending on the request type, it can display either HTML or XML content.\n
|
||||
* Xml content is simple xml presentation of variables in oModule while html content
|
||||
* is the combination of the variables of oModue and template files/.
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
var $handler = null;
|
||||
|
||||
/**
|
||||
* @brief print either html or xml content given oModule object
|
||||
* @brief print either html or xml content given oModule object
|
||||
* @remark addon execution and the trigger execution are included within this method, which
|
||||
* might create inflexibility for the fine grained caching
|
||||
* @param[in] $oModule the module object
|
||||
|
|
@ -183,6 +183,7 @@
|
|||
} else {
|
||||
$buff .= sprintf("Query $s : %d\n\t\t\t %s\n", $query['result'], $query['errno'], $query['errstr']);
|
||||
}
|
||||
$buff .= sprintf("\t\tConnection: %s\n", $query['connection']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue